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

5
lib/std/stdlib.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void swap(int* a, int* b);
void reverse(char s[])
void itoa(int i, char[] s);