reorganize client code

This commit is contained in:
ading2210 2024-01-26 23:06:13 -05:00
parent 9cc0e4178b
commit 717331bfc1
9 changed files with 8 additions and 7 deletions

View file

@ -1,5 +0,0 @@
#include <string.h>
int starts_with(const char *a, const char *b) {
return strncmp(a, b, strlen(b)) == 0;
}