From 27ae570d688aedd40c3e175b746ee900d08b81d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 21 Jun 2024 21:48:02 +0900 Subject: =?UTF-8?q?libc=E3=81=AE=E6=83=85=E5=A0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libc.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libc.h (limited to 'src/libc.h') diff --git a/src/libc.h b/src/libc.h new file mode 100644 index 0000000..0558a77 --- /dev/null +++ b/src/libc.h @@ -0,0 +1,6 @@ +#ifndef LIBC_H +#define LIBC_H + +const char *display_libc(); + +#endif -- cgit v1.2.3