ubinos
|
stdlib (Standard Library) API More...
Go to the source code of this file.
Functions | |
int | stdlib_port_comp_init (void) |
int | stdlib_port_comp_init_reent (void) |
stdlib (Standard Library) API
stdlib API를 정의합니다.
int stdlib_port_comp_init | ( | void | ) |
stdlib 포트 컴포넌트를 초기화하는 함수
초기화 작업들 중 재진입(reenterance)을 지원하기 위한 부분은 수행하지 않습니다.
재진입(reenterance)을 지원하려면 stdlib_port_comp_init_reent 함수를 추가로 호출해 주어야 합니다.
이 함수는 시스템 시작시 bsp 컴포넌트의 main 함수에서 자동적으로 호출됩니다.
int stdlib_port_comp_init_reent | ( | void | ) |
stdlib 포트 컴포넌트의 초기화 작업들 중 재진입(reenterance)을 지원하기 위한 부분을 수행하는 함수
이 함수는 시스템 시작시 bsp 컴포넌트의 main 함수에서 자동적으로 호출됩니다.