summaryrefslogtreecommitdiffstats
path: root/src/utils.h
blob: e32d006791fa7702344cecd860b7b02b40983172 (plain)
1
2
3
4
5
6
#ifndef _OG_UTILS_H
#define _OG_UTILS_H

const char *str_toupper(char *str);

#endif