vanilla/lib/status.h
2024-05-23 18:47:04 -07:00

7 lines
No EOL
168 B
C

#ifndef VANILLA_SERVER_STATUS_H
#define VANILLA_SERVER_STATUS_H
void print_status(int errno);
void print_info(const char *str, ...);
#endif // VANILLA_SERVER_STATUS_H