heapchk.h
来自「GESPI 2.0动态系统模拟工具 」· C头文件 代码 · 共 25 行
H
25 行
#include "copyleft.h"
/*
GEPASI - a simulator of metabolic pathways and other dynamical systems
Copyright (C) 1989, 1992, 1993 Pedro Mendes
*/
/*************************************/
/* */
/* heap check */
/* */
/* specific for */
/* Visual C/C++ 1.0 */
/* QuickC/WIN 1.0 */
/* */
/* (include here compilers that */
/* compiled GEPASI successfully) */
/* */
/*************************************/
void heap_check( void );
void heap_free_set( void );
void heap_free_check( void );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?