index
:
cc
master
a C-language compilation system (WITHDRAWN in SUSv3)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
link.h
blob: f86618d8069cf811dd424f75182c7c0f88829eaa (
plain
)
1
2
3
4
5
6
#ifndef LINK_H #define LINK_H void libpath(const char *path); #endif