?? gen-vals.h
字號:
/* * compiler/back_ends/idl_gen/gen_vals.h * * MS 92 * * Copyright (C) 1991, 1992 Michael Sample * and the University of British Columbia * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * $Header: /usr/app/odstb/CVS/snacc/compiler/back-ends/idl-gen/gen-vals.h,v 1.1 1997/01/01 20:25:37 rj Exp $ * $Log: gen-vals.h,v $ * Revision 1.1 1997/01/01 20:25:37 rj * first draft * */void PrintIDLValueDef PROTO ((FILE *src, IDLRules *r, ValueDef *v));void PrintIDLValueExtern PROTO ((FILE *hdr, IDLRules *r, ValueDef *v));void PrintIDLValuesClass PROTO ((FILE *f, IDLRules *r, Value *v));void PrintIDLValueInstatiation PROTO ((FILE *f, IDLRules *r, Value *v));void PrintIDLOidValue PROTO ((FILE *f, IDLRules *r, AsnOid *oid));void PrintIDLIntValue PROTO ((FILE *f, IDLRules *r, AsnInt oid));
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -