From 88e12f4a22111903fc23488898f073502639635c Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 20 Feb 2026 06:18:48 +0000 Subject: Make experimental and librarize --- chad/experimental/root.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chad/experimental/root.h (limited to 'chad/experimental/root.h') diff --git a/chad/experimental/root.h b/chad/experimental/root.h new file mode 100644 index 0000000..e54fd80 --- /dev/null +++ b/chad/experimental/root.h @@ -0,0 +1,5 @@ +#ifdef CHAD_ROOT_H +#define CHAD_ROOT_H +/* check errno -- chdir */ +void Root(char * filename); +#endif /* CHAD_ROOT_H */ -- cgit v1.2.3