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