📄 check_alloc.c
字号:
/* Author: Rainer Hegger Last modified: Jul 15, 1999 */#include <stdlib.h>#include <stdio.h>#include "tisean_cec.h"void check_alloc(void *pnt){ if (pnt == NULL) { fprintf(stderr,"check_alloc: Couldn't allocate enough memory. Exiting\n"); exit(CHECK_ALLOC_NOT_ENOUGH_MEMORY); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -