|
|
1.1 misho 1: #include <stdio.h>
2:
3: typedef int socklen_t;
4:
5: socklen_t main (int argc, char **argv)
6: {
7: printf ("hello world. \n");
8: return 2;
9: }