代码搜索结果
找到约 820,005 项符合
if 的代码
iostream.h
using _STLP_OLD_IO_NAMESPACE::istream;
using _STLP_OLD_IO_NAMESPACE::ostream;
/* HP aCC include files re-define these when THREAD_SAFE */
#if !defined(cin)
using _STLP_OLD_IO_NAMESPACE::cin;
#e
arcmisc.c
/*
* Miscellaneous routines to get ARC running on non-MSDOS systems...
* $Header: arcmisc.c,v 1.7 88/06/12 19:23:13 hyc Locked $
*/
#include
#include
#include "arc.h"
#if MSD
arcmisc.c
/*
* Miscellaneous routines to get ARC running on non-MSDOS systems...
* $Header: arcmisc.c,v 1.7 88/06/12 19:23:13 hyc Locked $
*/
#include
#include
#include "arc.h"
#if MSD
srvclip.c
#include "device.h"
#if DYNAMICREGIONS
#include "srvclip2.c"
#else
#include "srvclip1.c"
#endif
winclip.c
#include "device.h"
#if DYNAMICREGIONS
#include "winclip2.c"
#else
#include "winclip1.c"
#endif
convpbm.c
/*
* Copyright (c) 2002 Alex Holden
*
* A simple program to convert a binary PBM bitmap graphics file (use xbmtopbm
* if your graphics program doesn't support it) into a Nano
landmine.c
/*
* Landmine, the game.
* Written for mini-X by David I. Bell.
*/
#include
#include
#include
#include
#if UNIX | DOS_DJGPP
#include
#include
test.c
/*
* Copyright (c) 1999 Greg Haerr
*
* Test for select()
*/
#include
#include
#ifndef __PACIFIC__
#include
#include
#endif
#if UNI
devclip.c
#include "device.h"
#if DYNAMICREGIONS
#include "devclip2.c"
#else
#include "devclip1.c"
#endif