Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
-
-
- #ifndef PRINTFSERVER_H
- #define PRINTFSERVER_H
-
- enum ePrintfServerTickStates
- {
- PRINTF_SERVER_INIT_STATE,
- PRINTF_SERVER_RUN_STATE
- };
-
- int OpenPrintfServer();
- void TickPrintfServer();
- void TelnetPutPrintf(char c);
-
-
- #endif
|