aboutsummaryrefslogtreecommitdiffstats
path: root/src/xstdlib/xstdlib.hpp
blob: 7a2c704fdb380077438ebd4cbb16dd96efcef1b8 (plain)
1
2
3
4
5
6
#ifndef ENGINE_XSTDLIB_H
#define ENGINE_XSTDLIB_H

char *xfread(const char *path, const char *mode);

#endif /* ENGINE_XSTDLIB_H */