代码搜索:Portability
找到约 9,728 项符合「Portability」的源代码
代码结果 9,728
www.eeworm.com/read/362855/9978707
texi portability.texi
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
@c 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see
www.eeworm.com/read/275729/10798402
html portability.html
PTypes: Portability and Performance Issues
www.eeworm.com/read/151249/5684571
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
/* include platform specific config */
#if defined(__BORLANDC__)
# include
#elif defined (_MSC_VER)
#
www.eeworm.com/read/141268/5775139
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
#if defined(_WIN32) && !defined(WIN32)
# define WIN32 1
#endif
/* include platform specific config */
#if defined(__BORLANDC__)
#
www.eeworm.com/read/131315/5937348
h portability.h
/* defs.h - include or define things that aren't present on all systems
* vixie@decwrl 26dec92 [new]
*
* $Id: portability.h,v 4.9.1.10 1993/12/06 00:42:48 vixie Exp $
*/
/*
* ++Copyright++
* -
www.eeworm.com/read/124465/6047400
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
/* include platform specific config */
#if defined(__BORLANDC__)
# include
#elif defined (_MSC_VER)
# include
www.eeworm.com/read/103694/6213309
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
/* include platform specific config */
#if defined(__BORLANDC__)
# include
#elif defined (_MSC_VER)
# include
www.eeworm.com/read/101990/6234888
c portability.c
/*
* portability.c: Miscellaneous stuff needed for porting to other platforms
*
* Copyright (C) 2003, Olaf Kirch
*
* This library is free software; you can redistribute it and/or
*