build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
P_HELLO.C
|
||||
|
||||
PLIB Hello World application
|
||||
*/
|
||||
|
||||
#include <plib.h>
|
||||
|
||||
|
||||
GLDEF_C INT main(VOID)
|
||||
{
|
||||
p_printf("Hello World");
|
||||
p_getch();
|
||||
return(0);
|
||||
}
|
||||
Reference in New Issue
Block a user