7 lines
107 B
C
7 lines
107 B
C
#include "bstr.h"
|
|
#include "uint32.h"
|
|
|
|
int bstrstart(const char* a) {
|
|
if (*a) return 0; else return 5;
|
|
}
|