Files
vystem/docs/shelter/std/std.md
2026-03-31 22:15:00 +02:00

471 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

  1. Basic types
  2. Return status
  3. Basic memory operations
  4. Heap memory allocations

You can include the file shelter/lib/include/std/stdlib.h to include all necessary headers to access the Shelter standard library.