index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
filtmod2.c
blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 (
plain
)
1
2
3
4
5
6
7
extern const char *foo (void); const char * foo (void) { return __FILE__; }