tclmacmslprefix.h

来自「linux系统下的音频通信」· C头文件 代码 · 共 25 行

H
25
字号
/* * tclMacMSLPrefix.h -- * *  A wrapper for the MSL ansi_prefix.mac.h file.  This just turns export on *  after including the MSL prefix file, so we can export symbols from the MSL *  and through the Tcl shared libraries *   * * Copyright (c) 1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * SCCS: @(#) tclMac.h 1.2 97/03/18 10:58:49 */#include <ansi_prefix.mac.h>/* * "export" is a MetroWerks specific pragma.  It flags the linker that   * any symbols that are defined when this pragma is on will be exported  * to shared libraries that link with this library. */ #pragma export on

⌨️ 快捷键说明

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