Document of c-modernization-kit (porter) 1.0.0
Loading...
Searching...
No Matches
tcpServer_common.c
Go to the documentation of this file.
1
15
16#include "tcpServer.h"
17
TCP サーバーサンプル共通定義。
void(* ClientSessionFn)(ClientFd fd)
セッション処理関数の型。
Definition tcpServer.h:99
ClientSessionFn g_session_fn
登録済みセッション処理関数。