⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 check_alloc.c

📁 an analysis software with souce code for the time series with methods based on the theory of nonline
💻 C
字号:
/* Author: Rainer Hegger Last modified: Jul 15, 1999 */#include <stdlib.h>#include <stdio.h>void check_alloc(void *pnt){  if (pnt == NULL) {    fprintf(stderr,"Couldn't allocate enough memory. Exiting\n");    exit(127);  }}

⌨️ 快捷键说明

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