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
/
cpu.h
blob: 055764e7e286785476afddc7b3971f35f5e34c6a (
plain
)
1
2
3
4
5
6
#ifndef CPU_H #define CPU_H const char *display_cpu(); #endif