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
/
os.h
blob: 49430365abd4664abc69bf4f8ccae827cb5051fb (
plain
)
1
2
3
4
5
6
#ifndef OS_H #define OS_H const char *display_os(); #endif