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: bff57943b71968c030f4a5e76bcbe5b239bac7dd (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
#ifndef CPU_H
#define CPU_H
int
cpu
(
void
);
#endif
// CPU_H