squareproc.h
来自「unix网络编程的源码」· C头文件 代码 · 共 10 行
H
10 行
#define PATH_SQUARE_DOOR "/tmp/squareproc_door"
typedef struct { /* input to squareproc() */
long arg1;
} squareproc_in_t;
typedef struct { /* output from squareproc() */
long res1;
} squareproc_out_t;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?