7 lines
134 B
C
7 lines
134 B
C
|
#include <stdarg.h>
|
||
|
#include <stdbool.h>
|
||
|
#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
void files_exist(const char *const *f, size_t len);
|