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
4
int
atoi
(
const
char
*s);
5
long
atol
(
const
char
*s);
atoi
int atoi(const char *s)
Definition
atoi.c:23
atol
long atol(const char *s)
include
stdlib.h
Generated by
1.16.1