![]() |
OpenANN
1.1.0
An open source library for artificial neural networks.
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include "protocol.h"Functions | |
| int | initSocket (const char *serverAddress, int serverPort, int *sd) |
| int | main (int argc, char *argv[]) |
| int initSocket | ( | const char * | serverAddress, |
| int | serverPort, | ||
| int * | sd | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
1.8.4