repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Windows support for tests of inline functions - test 104
[tinycc.git]
/
tests
/
tcctest.h
blob
b301c7c1677b17765ca055837b5b6ffac35cc5fc
1
static
inline
const char
*
get_basefile_from_header
(
void
)
2
{
3
return
__BASE_FILE__
;
4
}
5
6
static
inline
const char
*
get_file_from_header
(
void
)
7
{
8
return
__FILE__
;
9
}