📄 wsopt.h
字号:
/* * * wsopt.h * * Author: Markku Rossi <mtr@iki.fi> * * Copyright (c) 1999-2000 WAPIT OY LTD. * All rights reserved. * * Optimizations for the WMLScript symbolic assembler. * */#ifndef WSOPT_H#define WSOPT_H/********************* Optimizations ************************************//* Optimize the symbolic assembler in the compiler `compiler'. The enabled optimizations can be found from the compiler's options. The possible errors are reported through the error variables of the `compiler'. */void ws_asm_optimize(WsCompilerPtr compiler);#endif /* WSOPT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -