diff options
| author | anon | 2025-07-02 09:52:28 +0200 |
|---|---|---|
| committer | anon | 2025-07-02 09:52:28 +0200 |
| commit | 2f381d9c24c1418af5b27243428622d4a2b9c467 (patch) | |
| tree | 2a2f81475d216dead588bf691fd59a17122a9c7a /chad.h | |
| download | libchad-2f381d9c24c1418af5b27243428622d4a2b9c467.tar.xz libchad-2f381d9c24c1418af5b27243428622d4a2b9c467.tar.zst | |
init
Diffstat (limited to 'chad.h')
| -rw-r--r-- | chad.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#ifndef CHAD_H +#define CHAD_H +// internal code +#include "chad/bits.h" +#include "chad/terminal.h" +#include "chad/dictate.h" +#include "chad/qx.h" + +// external code +#include "chad/sds.h" +#include "chad/kvec.h" +#include "chad/klist.h" +#include "chad/remove_all.h" |
