kolibrios/contrib/C_Layer
Serhii Sakhno 11f2e4b6a3 add wrapper for kmenu
git-svn-id: svn://kolibrios.org@6454 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-06-27 05:06:24 +00:00
..
buf2d add other functions to wrappers for buf2d, libini 2016-06-23 23:11:56 +00:00
http_lib Add http library wrapper to C Layer 2016-05-10 14:11:17 +00:00
kmenu add wrapper for kmenu 2016-06-27 05:06:24 +00:00
libguic_kolibri add forgotten files 2016-06-21 23:49:28 +00:00
libimg add wrapper for libimg 2016-06-26 22:51:36 +00:00
libini add other functions to wrappers for buf2d, libini 2016-06-23 23:11:56 +00:00
proc_lib added wrapper for proc_lib 2016-04-11 16:14:42 +00:00
README Add C Layer to SVN 2016-04-11 13:38:48 +00:00

This is the C Layer for KolibriOS.

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