view examples/hello.c @ 1137:f0a0a4cc898b

* src/nanox/client.c Set the length field in the sockaddr_in structure name before trying to connect to the server.
author asl
date Sun, 27 Jul 2003 10:23:33 +0000
parents ead06911cbae
children
line wrap: on
line source

/* this is a simple hello world program */
#include <stdio.h>

int main(void)
{
  printf("Hello, eCos world!\n");
  return 0;
}