📄 kaffeh-support.h
字号:
/* * kaffeh-support.h * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. */#ifndef __kaffeh_kaffeh_support_h#define __kaffeh_kaffeh_support_hextern void initStub(void);extern void startStub(void);extern void initInclude(void);extern void startInclude(void);extern void endInclude(void);extern void initJniInclude(void);extern void startJniInclude(void);extern void endJniInclude(void);extern void kaffeh_findClass(const char *nm);/* sig.c */extern const char* translateSig(const char*, const char**, int*);extern const char* translateSigType(const char*, char*);#endif /* __kaffeh_kaffeh_support_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -