📄 football.ch
字号:
@x l.61main(argc,argv) int argc; /* the number of command-line arguments */ char *argv[]; /* an array of strings containing those arguments */@yint main(@t\1\1@> int argc, /* the number of command-line arguments */ char *argv[]@t\2\2@>) /* an array of strings containing those arguments */@z@x l.140Vertex *prompt_for_team(s) char *s; /* string used in prompt message */@yVertex *prompt_for_team(char *s) /* string used in prompt message */@z@x l.207node *new_node(x,d) node *x; /* an old node that the new node will call |prev| */ long d; /* incremental change to |tot_len| */@ynode *new_node(@t\1\1@> node *x, /* an old node that the new node will call |prev| */ long d@t\2\2@>) /* incremental change to |tot_len| */@z
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -