lex.h

来自「变尺度法的源程序」· C头文件 代码 · 共 17 行

H
17
字号
/* @(#)lex.h 1.4 96/06/28 *//* * ==================================================== * Copyright (C) 1995 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice * is preserved. * ==================================================== */Token *get_token(unsigned);Token *get_token_nl(unsigned);Token *get_cur_tok();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?