Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
string.h
Go to the documentation of this file.
1#ifndef BJ_STRING_H
2#define BJ_STRING_H
3
4#include <string.h>
5
6#define bj_strlen strlen
7#define bj_strcmp strcmp
8
9#endif
10