index
:
cfetch
main
Neofetch/Commiefetch clone in C!
Anser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
cpu
/
cpu.h
blob: 63aa12f061ceccfa131f30bbe9fc08e9adff2d39 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef CPU_H
#define CPU_H
int
cpu
(
void
);
#endif
// CPU_H