Sync tools directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef IO_H_
|
||||
#define IO_H_
|
||||
|
||||
#define CHUNK_SIZE 4096
|
||||
|
||||
char *ReadFileToBuffer(const char *filename, bool isStdin, long *size);
|
||||
|
||||
#endif // IO_H_
|
||||
Reference in New Issue
Block a user