source:
Daodan/Flatline/src/testserver.c@
1202
| Last change on this file since 1202 was 483, checked in by , 16 years ago | |
|---|---|
| File size: 173 bytes | |
| Line | |
|---|---|
| 1 | #include "Flatline.h" |
| 2 | |
| 3 | int main() |
| 4 | { |
| 5 | NetPlatform_Initalize(); |
| 6 | FLrServer_Run(); |
| 7 | NetPlatform_Shutdown(); |
| 8 | return 0; |
| 9 | } |
| 10 | // 27777 and neighbouring ports are unassigned |
Note:
See TracBrowser
for help on using the repository browser.
