/[osn-commons]/trunk/plibc/lib/libuar.c
ViewVC logotype

Annotation of /trunk/plibc/lib/libuar.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations)
Thu Aug 15 18:10:51 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 258 byte(s)
feat: add plibc to the project
1 rakinar2 47 #define _PLIBC_INTERNALS
2    
3     #include "malloc.h"
4     #include "stdio.h"
5     #include "syscalls.h"
6    
7     void
8     libuar_init ()
9     {
10     }
11    
12     void
13     libuar_deinit ()
14     {
15     }
16    
17     int
18     _c_start (int argc __attribute_maybe_unused__,
19     char **argv __attribute_maybe_unused__)
20     {
21     return 0;
22     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26