Files
termOS/kernel/include/kfetch.h
T
2025-12-22 00:11:32 +04:00

6 lines
57 B
C

#ifndef KFETCH_H
#define KFETCH_H
void kfetch();
#endif