📄 util.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -