📄 statelibrary.h
字号:
#ifndef COPYSTATE#define COPYSTATE#include "structs.h"#include "constants.h"void initialiseState( State *S );void copyState( State *destination, State source);void printState( FILE *fp, State state, int detail );void writeState( FILE *fp, State state );int checkState(State *D);Molecule copyStateToMolecule(State *source, Molecule *mol);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -