You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
247 B

  1. #ifndef OUTPUTHANDLING_H
  2. #define OUTPUTHANDLING_H
  3. #include "inputHandling.h"
  4. extern void buildHexString(char* string, int num);
  5. extern void buildOctString(char* string, int num);
  6. extern void showResult(calc_op* res);
  7. #endif // OUTPUTHANDLING_H