itos
This commit is contained in:
5
lib/std/stdlib.h
Normal file
5
lib/std/stdlib.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void swap(int* a, int* b);
|
||||
void reverse(char s[])
|
||||
void itoa(int i, char[] s);
|
||||
Reference in New Issue
Block a user