From f906d0b350b0b4ceb747669c9a9845d11bd0e486 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 15 Aug 2022 12:22:47 +0200 Subject: self hosted progress --- src/libc.hff | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libc.hff') diff --git a/src/libc.hff b/src/libc.hff index 488a495..a269f42 100644 --- a/src/libc.hff +++ b/src/libc.hff @@ -25,6 +25,7 @@ extern fn free(p *void) void; // string.h extern fn strlen(s *const u8) usize; extern fn strcmp(a *const u8, b *const u8) int; +extern fn strcasecmp(a *const u8, b *const u8) int; extern fn memcpy(*void, *const void, usize) *void; extern fn strcpy(*u8, *const u8) *u8; -- cgit v1.2.3