clippian/include/convert.h
2022-01-20 12:34:33 +01:00

6 lines
102 B
C

#pragma once
#include "stdint.h"
int stoi(const char* string);
char* itoa(int number, char* string);