Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
utils.h File Reference
This graph shows which files directly or indirectly include this file:

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().