mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
10 lines
162 B
C
10 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__;
|
|
}
|