9 lines
101 B
C
9 lines
101 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
void log_status(const char *message);
|
|
void print_status();
|
|
|
|
#endif
|
|
|