42_KFS/libbozo/headers/stdlib.h
2024-09-07 14:40:46 +02:00

5 lines
105 B
C

#pragma once
int atoi(const char *nptr);
long atol(const char *nptr);
long long atoll(const char *nptr);