trios/libk/include/stdlib.h

5 lines
68 B
C

#pragma once
int atoi(const char* s);
void itoa(int n, char* buf);