📄 ntp_malloc.h
字号:
/* * Define malloc and friends. */#ifndef _ntp_malloc_h#define _ntp_malloc_h#ifdef HAVE_CONFIG_H# include <config.h>#endif#ifdef HAVE_STDLIB_H# include <stdlib.h>#else /* HAVE_STDLIB_H */# ifdef HAVE_MALLOC_H# include <malloc.h># endif#endif /* HAVE_STDLIB_H */#endif /* _ntp_malloc_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -