NUMBER.h 189 B

1234567891011
  1. #ifndef NUMBER_HEADER
  2. #define NUMBER_HEADER
  3. // header to include all of the
  4. // ones inside the NUMBER folder
  5. #include "BITS.h"
  6. #include "INT.h"
  7. #include "FLOAT.h"
  8. #endif // NUMBER_HEADER