miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
stdlib.h
Go to the documentation of this file.
1#pragma once
2#include <stddef.h>
3
4int atoi(const char *s);
5long atol(const char *s);
int atoi(const char *s)
Definition atoi.c:23
long atol(const char *s)