#include "helper.h"
Go to the source code of this file.
Functions | |
| void | add_str (char **src, const char *format,...) |
| void | free_strs (char **list_str, int size) |
| const char * | get_filename_ext (const char *filename) |
| void | listdir (const char *name, char ***files, int *num_files) |
| void | print_strs (char **list_str, int size) |
| char * | readfile (const char *filename) |
| void | replace_hex (char *src) |
| void | replace_negative (char *src, int mode) |
| char ** | split (char *str, char *delim, int *size) |
| void | trim_str (char *str) |