⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fix.h

📁 CCSM Research Tools: Community Atmosphere Model (CAM)
💻 H
字号:
/*$Id: fix.h,v 1.3.2.2 2002/04/27 15:39:01 erik Exp $*//*    This fixes various things in system files that are incomplete, for   instance many systems don't properly prototype all system functions.  It is not intended to DUPLICATE anything in the system include files;  if the compiler reports a conflict between a prototye in a system file  and this file then the prototype in this file should be removed.    This is included by files in src/sys/src*/#if !defined(ESMC_FIX_H)#define ESMC_FIX_H/*  This prototype lets us resolve the datastructure 'rusage' only in  the source files using getrusage, and not in other source files.*/typedef struct rusage* s_rusage;/* -----------------------DEC alpha ----------------------------------------*/#if defined(__cplusplus)extern "C" {extern int    getdomainname(char *,int);extern unsigned int sleep (unsigned int);}#else#endif#endif

⌨️ 快捷键说明

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