Standard C Library Interface

# Standard C Library Interface

You can find the corresponding prototype for the above function in the standard C library, just copy the function name to the function pointer.

rt_port_heap_malloc

Same function as malloc.

rt_port_heap_free

Same function as free.

rt_port_sprintf

Same function as sprintf.

rt_port_snprintf

Same function as snprintf.

rt_port_sscanf

Same function as sscanf.