lib-zinc.lnt

来自「PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至」· LNT 代码 · 共 18 行

LNT
18
字号

//  lib-zinc.lnt
//  Library Options file for Zinc Interface Library produced by
//  Zinc Software Incorporated.  Pleasant Grove, Utah  USA

-elib(553)      // assumes undefined preprocessor variables are 0
-elib(123)      // uses n_hot_spots as macro and parameter
-elib(578)      // numberID parameter hides numberID function
-elib(1515)     // default constructor missing.
-esym(1722,UI_DATE,UI_TIME)   // assignment operator does not return class
-esym(1510,UI_INTERNATIONAL)  // base class has no destructor

	// The Zinc library requires certain environment variables
	// to be defined.  These are just representative.
	// adjust for your application
-dZIL_MSDOS     // identify operating system.
-dDOS16         // used for 16-bit dos extenders

⌨️ 快捷键说明

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