source: ogServer-Git/sources/utils.h @ 9c8e5c7

Last change on this file since 9c8e5c7 was f4e7832, checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago

#971 add str_toupper()

Add new utils.c file and replace old StrToUpper?().

  • Property mode set to 100644
File size: 85 bytes
RevLine 
[f4e7832]1#ifndef _OG_UTILS_H
2#define _OG_UTILS_H
3
4const char *str_toupper(char *str);
5
6#endif
Note: See TracBrowser for help on using the repository browser.