1
0

garble.h 141 B

12345678910
  1. #ifndef _GARBLE_H
  2. #define _GARBLE_H
  3. #ifdef DEBUG
  4. #define STR(x) x
  5. #endif
  6. const char *degarble(int, const char *);
  7. #endif /* !_GARBLE_H */