diff options
| author | Emil Williams | 2026-02-20 06:18:48 +0000 |
|---|---|---|
| committer | Emil Williams | 2026-02-20 06:18:48 +0000 |
| commit | 88e12f4a22111903fc23488898f073502639635c (patch) | |
| tree | 87963ce958b8a48be77bf9895f7527f532008dab /chad/experimental/root.h | |
| parent | d352d3cf415083fd0f07321273d1d03b26a323e0 (diff) | |
| download | libchad-88e12f4a22111903fc23488898f073502639635c.tar.xz libchad-88e12f4a22111903fc23488898f073502639635c.tar.zst | |
Make experimental and librarize
Diffstat (limited to 'chad/experimental/root.h')
| -rw-r--r-- | chad/experimental/root.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |
