Files
KOS_qrcodes/programs/develop/ktcc/trunk/libc/include/clayer
maxcodehack 6154138ea6 clayer TinyC
- Add new sample
- Fix bug: 'Unexpected stack end'

git-svn-id: svn://kolibrios.org@8106 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 16:30:47 +00:00
..
2020-10-17 16:30:47 +00:00

Adaption of C_Layer wrappers for TCC



_____________

TODO

_____________



- Add wrappers in boxlib.h for:

 - statictext

 - filebrowse

 - editor

 - treelist



- Port other wrappers from C_Layer





_____________

How to use?

_____________



1. Include header to your program:



#include <clayer/boxlib.h>



2. Write some program

3. Compile with link to program .o file:



kos32-tcc sample.c loadboxlib.o -lck -o sample.kex



(.o files in ktcc/trunk/bin/lib/clayer)