/* * a ``Hello, world'' program :-) */ #include main() { printf("Hello, Embedix\n"); }