misc.h
来自「模拟器提供了一个简单易用的平台」· C头文件 代码 · 共 25 行
H
25 行
/************************************************** * File: misc.h Author: Suman Banerjee <suman@cs.umd.edu> Date: 15th March, 2001 Terms: GPL Narada implementation in myns This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ***************************************************/#ifndef _MISC_H_#define _MISC_H_int get_rand (int max);int * get_rand_set (int count, int max);void * safe_malloc (int size);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?