ogserver/sources/utils.h

7 lines
85 B
C

#ifndef _OG_UTILS_H
#define _OG_UTILS_H
const char *str_toupper(char *str);
#endif