spa/db.h

8 lines
180 B
C
Raw Normal View History

2022-03-04 22:37:21 +00:00
int sys_open();
void sys_close();
void idx_sigil(U32 idx,char*sigil);
U32 sigil_idx(char* sigil);
U32 URL_idx(char* str);
2022-03-07 22:04:22 +00:00
U32 URL_check(char* str);
2022-03-04 22:37:21 +00:00
U32 idx_URL(U32 idx,char* buf);