ubinos
include
ubinos
ubiclib
stdlib.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009 Sung Ho Park
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef UBICLIB_STDLIB_H_
8
#define UBICLIB_STDLIB_H_
9
10
#ifdef __cplusplus
11
extern
"C"
12
{
13
#endif
14
23
#include <ubinos_config.h>
24
#include <
ubinos/type.h
>
25
37
int
stdlib_port_comp_init
(
void
);
38
48
int
stdlib_port_comp_init_reent
(
void
);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
54
#endif
/* UBICLIB_STDLIB_H_ */
stdlib_port_comp_init
int stdlib_port_comp_init(void)
stdlib_port_comp_init_reent
int stdlib_port_comp_init_reent(void)
type.h
ubinos basic data type
Generated by
1.9.1