field.c | You will modify this file and implement three functions |
field.h | Defines interface of field.c functions (do not modify) |
flt32.c | You will modify this file and implement nine functions |
flt32.h | Defines interface of flt32.c functions (do not modify) |
testFlt32.c | Driver to test functions of flt32.c (do not modify) |