forked from lolo859/vystem
587 B
587 B
Shelter standard library
Introduction
In order to function properly, any kernel need a standard library. Shelter define his own minimal standard library with his own particularities.
Summary
- Basic types
- Return status
- Basic memory operations
- Heap memory allocations
- Print primitives
- String operations
- SMP services
- Queues
You can include the file shelter/lib/include/std/stdlib.h to include all necessary headers to access the Shelter standard library.