source: fact/tools/FAD/fadfake/test_fadfake.cpp@ 13408

Last change on this file since 13408 was 9887, checked in by neise, 14 years ago
added 'fadfake' a programm acting as a FAD board. still with very limited funcionality, but nice for testing... added a function OpenServerSocket() to SocketFunctions.cpp
File size: 113 bytes
Line 
1#include "fadfake.h"
2#include <string.h>
3#include <stdio.h>
4
5
6int main(int argc, char *argv[])
7{
8 fadfake();
9}
10
Note: See TracBrowser for help on using the repository browser.