#include
#include
#include
/* Main function, called first */ int main(void) { /* Clear the homescreen */ os_ClrHome(); /* Print a string */ os_PutStrFull("Hello, World."); /* Waits for a key */ while (!os_GetCSC()); /* Return 0 for success */ return 0; }
NAME = DEMO ICON = icon.png DESCRIPTION = "CE C Toolchain Demo" COMPRESSED = NO CFLAGS = -Wall -Wextra -Oz CXXFLAGS = -Wall -Wextra -Oz include $(shell cedev-config --makefile)
Compiler is loading, please wait..
Build!
Terminal
Unpause VM