Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
string.h
Go to the documentation of this file.
1
5
17#ifndef BJ_STRING_H
18#define BJ_STRING_H
19
20#include <string.h>
21
33#define bj_strlen strlen
34
48#define bj_strcmp strcmp
49
50#endif /* BJ_STRING_H */
52
String utility functions.