📄 gb_save.ch
字号:
@x l.47extern long save_graph();extern Graph *restore_graph();@yextern long save_graph(Graph *,char *);extern Graph *restore_graph(char *);@z@x l.149Graph *restore_graph(f) char *f; /* the file name */@yGraph *restore_graph(char *f) /* the file name */@z@x l.225static long fill_field(l,t) util *l; /* location of field to be filled in */ char t; /* its type code */@ystatic long fill_field(@t\1\1@> util *l, /* location of field to be filled in */ char t@t\2\2@>) /* its type code */@z@x l.308static long finish_record()@ystatic long finish_record(void)@z@x l.410long save_graph(g,f) Graph *g; /* graph to be saved */ char *f; /* name of the file to be created */@ylong save_graph(@t\1\1@> Graph *g, /* graph to be saved */ char *f@t\2\2@>) /* name of the file to be created */@z@x l.518static void classify(l,t) util *l; /* location of field to be classified */ char t; /* its type code, from the set $\{\.Z,\.I,\.V,\.S,\.A\}$ */@ystatic void classify(@t\1\1@> util *l, /* location of field to be classified */ char t@t\2\2@>) /* its type code, from the set $\{\.Z,\.I,\.V,\.S,\.A\}$ */@z@x l.672static void flushout() /* output the buffer to |save_file| */@ystatic void flushout(void) /* output the buffer to |save_file| */@z@x l.686static void prepare_string(s) char *s; /* string that is moved to |item_buf| */@ystatic void prepare_string(char *s) /* string that is moved to |item_buf| */@z@x l.709static void move_item()@ystatic void move_item(void)@z@x l.747static void translate_field(l,t) util *l; /* address of field to be output in symbolic form */ char t; /* type of formatting desired */@ystatic void translate_field(@t\1\1@> util *l, /* address of field to be output in symbolic form */ char t@t\2\2@>) /* type of formatting desired */@z
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -