gcc sfs_test0.c sfs_api.c disk_emu.c -o t1; ./t1
You can find in the sfs_api.c
file the code used to implement the Small File System. You will see sections blocked off by file width comments as a way of seperating the file and a means of keeping it organized.