spa/db.h

8 lines
180 B
C

int sys_open();
void sys_close();
void idx_sigil(U32 idx,char*sigil);
U32 sigil_idx(char* sigil);
U32 URL_idx(char* str);
U32 URL_check(char* str);
U32 idx_URL(U32 idx,char* buf);