9 lines
141 B
C
9 lines
141 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
char *files_exist(const char *f);
|
|
|
|
void free_str(char *s);
|