Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
utils.c File Reference
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for utils.c:

Go to the source code of this file.

Functions

int index_of (char c, const char *s)
 
char * trim (char *s)
 

Function Documentation

◆ index_of()

int index_of ( char  c,
const char *  s 
)

Definition at line 15 of file utils.c.

Referenced by url_fopen().

◆ trim()

char * trim ( char *  s)

Definition at line 23 of file utils.c.

Referenced by add_meta_string().