Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6391 ashmew2 1
This is the C Layer for KolibriOS.
2
 
3
Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
4
This is also useful for porting.
5
Also useful for new developers who don't know assembly but know C.
6
 
7
And the beauty is, this is NOT a reimplementation of assembly libraries in C.
8
It is only a wrapper on top of C.
9
 
10
As all new things, this will have issues and bugs!
11
Please fix it.
12
Please let the other developers know what's wrong and how to fix it.
13
If you can, fix it yourself!
14
 
15
- ashmew2
16
2016-04-11