My Project
|
convert.h | Defines interface of convert.c functions (do not modify) |
Debug.h | Define a simple debugging interface to use in C programs |
iFloat.c | You will modify this file and implement nine functions |
iFloat.h | Defines interface of iFloat.c functions (do not modify) |
testFloat.c | Driver to test functions of iFloat.c (do not modify) |