common.h

来自「intercept tty is using for listening a U」· C头文件 代码 · 共 16 行

H
16
字号
/*	common.h*//* $Id: common.h,v 7.1 2000/05/03 04:41:24 sgifford Exp $ */#define max(x,y)	((x) > (y) ? (x) : (y))#define strncopy(x,y)	strncpy (x, y, sizeof(x))void errorf (char *fmt, ...);int fdprintf (int fd, char *fmt, ...);char *leafname (char *path);void stty_initstore (void);int  stty_raw (int fd);void stty_orig (void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?