add 'strdup' reference to libc

This commit is contained in:
Zack Puhl
2025-06-23 12:58:46 +00:00
committed by Christoffer Lerno
parent affb722b23
commit adabae2a24
2 changed files with 2 additions and 0 deletions

View File

@@ -375,6 +375,7 @@ fn void malloc_free() @test
// fn void strcoll() @test {}
// fn void strcspn() @test {}
// fn void strcpy() @test {}
// fn void strdup() @test {}
// fn void strerror() @test {}
// fn void strftime() @test {}
// fn void strlen() @test {}