Parent Directory
|
Revision Log
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 |