📄 catcherr.c
字号:
/* Copyright (c) 1979 Regents of the University of California */static char sccsid[] = "@(#)CATCHERR.c 1.2 4/1/81";#include "h00vars.h"CATCHERR(err, todo) long err; /* error to be caught */ struct formalrtn todo; /* procedure to call to catch error */{ if (todo.fbn == 1) _entry[err].fentryaddr = todo.fentryaddr; else fputs("procedure not at level 1", stderr);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -