6 lines
102 B
C
6 lines
102 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "stdint.h"
|
||
|
|
||
|
int stoi(const char* string);
|
||
|
char* itoa(int number, char* string);
|