From 1f93c3ef62af6c71217f06491ca2b859d4065740 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sat, 16 Aug 2025 10:11:00 +0500 Subject: in practice chapter --- in_practice/breakout/sys.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 in_practice/breakout/sys.h (limited to 'in_practice/breakout/sys.h') diff --git a/in_practice/breakout/sys.h b/in_practice/breakout/sys.h new file mode 100644 index 0000000..ca7aaec --- /dev/null +++ b/in_practice/breakout/sys.h @@ -0,0 +1,9 @@ +#ifndef SYS_H +#define SYS_H + +extern void info(const char *fmt, ...); +extern void die(const char *fmt, ...); +extern void *read_entire_file(const char *filename); +extern const char *get_bin_dir(void); + +#endif -- cgit v1.2.3-70-g09d2