summaryrefslogtreecommitdiff
path: root/file.h
blob: 304cc759e624a5b4b156f16e9631c60d6276593e (plain)
1
2
3
4
5
6
7
8
#ifndef _H_FILE
#define _H_FILE

#include <stddef.h>

size_t file_read(const char *, char **);

#endif