forked from NeoFlock/noom
initial commit
This commit is contained in:
4
src/helper.h
Normal file
4
src/helper.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "types.h"
|
||||
|
||||
int noom_startswith(const char* str, char* compare);
|
||||
int noom_streql(const char* stra, noom_uint_t lena, const char* strb, noom_uint_t lenb); // rename to something better?
|
||||
Reference in New Issue
Block a user