📄 struct-complex-1.h
字号:
#include <complex.h>struct st{ int s1; float complex x; int s2;};typedef struct { float r, i; } _complex;struct stc{ int s1; _complex x; int s2;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -