index
:
farfetch.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libc.h
blob: 0558a772fc8f8969300e9efaec7f3d0661028a81 (
plain
)
1
2
3
4
5
6
#ifndef LIBC_H #define LIBC_H const char *display_libc(); #endif