bitmaps.h
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 31 行
H
31 行
/* Define a bunch of bitmaps 2x2, black, boxes, dimple3, dllines3, dllines4, dlines3, drlines4, drlines4, gray, light_gray, gray3, hlines2, hlines3, hlines4, vlines2, vlines3, vlines4, white*/#ifndef BITMAPS_H#define BITMAPS_H#include "tcl.h"#ifndef ANSI_ARGS#if defined(__STDC__) || defined(__cplusplus) || defined(HAVE_PROTOTYPES)#define ANSI_ARGS(a) a#else#define ANSI_ARGS(a) ()#endif#endifint Bitmap_Init ANSI_ARGS(( Tcl_Interp *interp ));int Bitmap_Reset ANSI_ARGS(( void ));char *Bitmap_Get ANSI_ARGS(( void ));#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?