cos2000v2/API.md

21 lines
348 B
Markdown
Raw Normal View History

## API List
APIs given by COS2000 libraries
### LIBC
All fonction in the "libc" library.
------
`u32 test_api(void);`
*Description: function to test if the syscall mecanism is running.*
* syscall id : **0**
* arguments : **0**
* * argument 1 : **u32 none** *Afin de documenter un argument*
* results : **yes (always 0x66666666)**
------