-
Notifications
You must be signed in to change notification settings - Fork 0
HajOS major libraries
License
Haj-OS/corelibs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
corelibs ========== This repository contains the source code of HajOS major libraries, which were designed in a way to provide a fast, safe and decent experience writing C programs on/for HajOS List of provided libraries: - libc - libmalloc - libisoc - libstd libc: A C standard library done a bit differently, libc in HajOS is made to be simple, lightweight and fast without hidden heap allocations or ambigious APIs provided by ISO C standard libmalloc: C standard malloc implementation, provided as a separate library due to complexity of the library, this allows users to opt out or provide their own malloc implementation libisoc: C standard library functions that did not make it into the libc due to their issues, serves as a compatibility layer when porting projects to HajOS libstd: A standard library for the C language providing useful and missing features in the C language, like data structures and utilities
About
HajOS major libraries
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published