slog_preview.h
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C头文件 代码 · 共 21 行
H
21 行
#if !defined ( _SLOG )#include "slog.h"#endif /* if !defined ( _SLOG ) *//* static int filecopy( FILE *infd, FILE *outfd ); */int SLOG_SetPreviewName( SLOG_STREAM *slog, const char *prof_filename );SLOG_pview_t *SLOG_PVIEW_Create( const char *pview_filename, const char *pview_data );void SLOG_PVIEW_Free( SLOG_pview_t *slog_pview );int SLOG_PVIEW_Write( SLOG_STREAM *slog );int SLOG_PVIEW_Read( SLOG_STREAM *slog );void SLOG_PVIEW_Print( FILE* fd, const SLOG_pview_t *slog_pview );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?