source: admin/Sources/Services/ogAdmServer/sources/utils.h @ bbf5371

Last change on this file since bbf5371 was ee54ba4, checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago

#971 add str_toupper()

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

  • Property mode set to 100644
File size: 85 bytes
Line 
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.