util.h

来自「ppp协议实现源代码」· C头文件 代码 · 共 21 行

H
21
字号
/* * This code may be used for any purpose as long as the author's * copyright is cited in any source code distributed.  This code is * also available electronically from the author's web site. * * http://people.ne.mediaone.net/carlson/ppp * * http://www.workingcode.com/ppp * * Copyright 1999 by James Carlson and Working Code. */#ifndef UTIL_H#define UTIL_Hextern void dump_buffer(char *buf, int count);extern char *buffer_fetch(int size);extern void buffer_release(char *buffer);#endif /* UTIL_H */

⌨️ 快捷键说明

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