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