tcctest.h 162 B

12345678910
  1. static inline const char *get_basefile_from_header(void)
  2. {
  3. return __BASE_FILE__;
  4. }
  5. static inline const char *get_file_from_header(void)
  6. {
  7. return __FILE__;
  8. }