Files
Егор c17d1a57a3 Correcting typos in C_Layer libini (#289)
Change `int_get_color` to `int_get_shortcut` to `ini_get_color` and `ini_get_shortcut` to fix library initialization.

Reviewed-on: KolibriOS/kolibrios#289
Reviewed-by: Gleb Zaharov <risdeveau@codrs.ru>
Reviewed-by: Burer <burer@noreply.localhost>
Co-authored-by: Егор <egor00f@noreply.localhost>
Co-committed-by: Егор <egor00f@noreply.localhost>
2025-12-14 10:02:43 +00:00
..

This is the C Layer for KolibriOS.

Usage:
- Say 'make' in 'ASM' folder (need installed FASM)
- Say 'make' in 'EXAMPLE' folder (need installed kos32-gcc), now we have compiled samples


Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
This is also useful for porting.
Also useful for new developers who don't know assembly but know C.

And the beauty is, this is NOT a reimplementation of assembly libraries in C.
It is only a wrapper on top of C.

As all new things, this will have issues and bugs!
Please fix it.
Please let the other developers know what's wrong and how to fix it.
If you can, fix it yourself!

- ashmew2
2016-04-11