📄 lbio.h
字号:
//##############################################################################//// Copyright (C), 2005, Michael Sukop and Danny Thorne//// lbio.h//// - Header file for IO stuff.//// - Mainly, a structure containing paths to input and output files// and routines for reading these paths from a file or command line// or environment variables...//// - This stuff is in the global scope, included from lb2d_prime.h.//struct io_struct{ char *in_path; char *out_path; char *subs00_path; char *subs01_path;};typedef struct io_struct *io_ptr;//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -