diff options
| author | Anser <rostgans@tutamail.com> | 2026-07-07 00:16:45 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-07-31 11:12:27 +0200 |
| commit | 186b3f148107f8a3590f8de79a389e84b0005082 (patch) | |
| tree | 625770899babaa15a25193bd854a1ef87b1b8710 /src/cfetch.c | |
| parent | 8ac7197b890e4e18fda8c5a4b8adb2228f0b7be5 (diff) | |
added cpu info.... but needs string parsing for whitespace
Diffstat (limited to 'src/cfetch.c')
| -rw-r--r-- | src/cfetch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfetch.c b/src/cfetch.c index dd7094e..5870985 100644 --- a/src/cfetch.c +++ b/src/cfetch.c @@ -1,8 +1,10 @@ #include "modules/os/os.h" #include "modules/memory/memory.h" +#include "modules/cpu/cpu.h" int main(void) { os(); memory(); + cpu(); return 0; } |
