Add Posix Target
This commit is contained in:
7
arch/posix/lib.c
Normal file
7
arch/posix/lib.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define MARKER(str) printf(QUOTE(str) "\n")
|
||||
|
||||
#define POSIX_PRINTF(...) printf(__VA_ARGS__)
|
||||
|
||||
#define MAIN() int main(int argc, char** argv)
|
||||
Reference in New Issue
Block a user