initial commit
This commit is contained in:
commit
1e778fc163
12 changed files with 431 additions and 0 deletions
6
include/convert.h
Normal file
6
include/convert.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
int stoi(const char* string);
|
||||
char* itoa(int number, char* string);
|
Loading…
Add table
Add a link
Reference in a new issue