diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-17 22:41:46 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-17 22:44:17 +0900 |
commit | cf13f2d8c1622a46f6499dcb762ea2b9370d99fc (patch) | |
tree | e3a3cefd85fd1bd3d77e76f074990f8452888dc9 /src/distro.h |
最初コミット
Diffstat (limited to 'src/distro.h')
-rw-r--r-- | src/distro.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/distro.h b/src/distro.h new file mode 100644 index 0000000..c4ecfd6 --- /dev/null +++ b/src/distro.h @@ -0,0 +1,8 @@ +#if defined(__linux__) +#ifndef DISTRO_H +#define DISTRO_H + +void display_distro(); + +#endif +#endif |