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