Files
shrkey 9f4dffe704 Initial escape library
Not working yet
2016-10-10 22:42:09 +01:00

8 lines
191 B
C

#pragma once
#define ARRAY_SIZE(a) sizeof(a) / sizeof(a[0])
int write_file(const char *path, const char *fmt, ...);
int read_file(const char *path, const char *fmt, ...);
bool check_apm();