From b845c3cebf6ae86036a85bbdc155def5044c9940 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Sep 2025 20:31:01 +0900 Subject: feat: use of glibc in examples/*.c --- examples/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello.c') diff --git a/examples/hello.c b/examples/hello.c index 5dce624..a8cb1ec 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -1,4 +1,4 @@ -int printf(const char*, ...); +#include int main() { printf("Hello, World!\n"); -- cgit v1.2.3-70-g09d2