This commit is contained in:
Benjamin Kyd
2019-04-25 21:39:31 +01:00
parent 4bc5392ca7
commit da858dfe76
14 changed files with 137 additions and 26 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#include <lib/stdint.h>
uint32_t strlen(char* str);