📄 0.extr.c
字号:
#include <stdio.h>#include "def.h"struct lablist {long labelt; struct lablist *nxtlab; };struct lablist *endlab, *errlab, *reflab, *linelabs, *newlab;int nameline; /* line number of function/subroutine st., if any */int stflag; /* determines whether at beginning or middle of block of straight line code */int nlabs, lswnum, swptr, flag, counter, p1, p3, begline, endline, r1,r2, endcom;long begchar, endchar, comchar;char *pred, *inc, *prerw, *postrw, *exp, *stcode;#define maxdo 20 /* max nesting of do loops */long dostack[maxdo]; /* labels of do nodes */int doloc[maxdo]; /* loc of do node */int doptr;struct list *FMTLST; /* list of FMTVX's generated */struct list *ENTLST; /* list of STLNVX nodes corresponding to entry statements */long rtnbeg; /* number of chars up to beginning of current routine */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -