kolibrios/contrib/C_Layer
Andrew Dent c3dbc03cb9 Optimize png files for contrib/C_Layer examples
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software): 
- Slimmed 797 B (~743 B kpacked), average ~21% saving for 3 files.

git-svn-id: svn://kolibrios.org@10038 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-16 14:07:48 +00:00
..
ASM - Updated libimg loader. 2021-01-24 19:54:09 +00:00
EXAMPLE Optimize png files for contrib/C_Layer examples 2024-05-16 14:07:48 +00:00
INCLUDE Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*") 2022-01-06 19:34:04 +00:00
README Remove some unused files: 2020-11-02 12:15:24 +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