mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
7 lines
74 B
C
7 lines
74 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
void util_function();
|
|
|
|
#endif // UTILS_H
|