|
Post Scarcity
A prototype for a post scarcity programming environment
|
Go to the source code of this file.
Functions | |
| int | index_of (char c, const char *s) |
| char * | trim (char *s) |
| int index_of | ( | char | c, |
| const char * | s | ||
| ) |
Definition at line 15 of file utils.c.
Referenced by url_fopen().
| char * trim | ( | char * | s | ) |
Definition at line 23 of file utils.c.
Referenced by add_meta_string().