clippian/include/convert.h

6 lines
102 B
C
Raw Normal View History

2022-01-20 11:34:33 +00:00
#pragma once
#include "stdint.h"
int stoi(const char* string);
char* itoa(int number, char* string);