lang-bootstrap/05/tcc-0.9.27/tests/tcctest.h
2022-02-18 12:36:57 -05:00

9 lines
162 B
C

static inline const char *get_basefile_from_header(void)
{
return __BASE_FILE__;
}
static inline const char *get_file_from_header(void)
{
return __FILE__;
}