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

📄 buffalloc.comp.dct.libutil

📁 su 的源代码库
💻 LIBUTIL
字号:
BUFFALLOC - routines to ALLOCate/initialize and free BUFFersbuffAlloc1      allocate a 1D bufferbuffRealloc1    reallocate a 1D bufferbuffFree1       free a 1D bufferbuffAlloc2      allocate a 2D bufferbuffFree2       free a 2D bufferFunction Prototypes:memBUFF *buffAlloc1(int n);void buffRealloc1(memBUFF *buff, int n);void buffFree1(memBUFF *buff);memBUFF **buffAlloc2(int n1, int n2);void buffFree2(memBUFF **buff, int n1);buffAlloc1:Input:n	size of bufferReturns:pointer to type memBUFFbuffRealloc1:Input:buff	pointer to buffern	new size of bufferbuffFree1:Input:buff	pointer to bufferbuffAlloc2:Input:n1	 size of buffer in fast dimensionn2	 size of buffer in slow dimensionReturns:pointer to type memBUFFAuthor:      Tong Chen

⌨️ 快捷键说明

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