Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
rtos_sdk
/
libc
/
refs/heads/odroidc5-v2023.01
/
.
/
aml
/
aml_atoi.h
blob: 047e9eda793d4d185e3cc458273e130e7c9a8771 [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef
__AML_ATOI_H__
#define
__AML_ATOI_H__
#ifdef
__cplusplus
extern
"C"
{
#endif
int
atoi
(
const
char
*
nptr
);
#ifdef
__cplusplus
}
#endif
#endif