代码搜索:Portability
找到约 9,728 项符合「Portability」的源代码
代码结果 9,728
www.eeworm.com/read/129685/14233127
h portability.h
/*
portability.h
Copyright (c) 2001 Dragos Acostachioaie
This file is part of DOC++.
DOC++ is free software; you can redistribute it and/or
modify it under the terms of the GNU General Pu
www.eeworm.com/read/219265/14890257
h portability.h
#ifndef ScpPortability_IT_03333334444444444433221
#define ScpPortability_IT_03333334444444444433221
#define INLINE __inline
#ifndef NULL
#define NULL 0
#endif
#ifndef FALSE
#define FALSE
www.eeworm.com/read/13187/269628
portability readme.portability
Copyright (C) 2000 Free Software Foundation, Inc.
This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC
www.eeworm.com/read/480878/1313460
h portability.h
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy
www.eeworm.com/read/339586/3297071
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__)
# include
www.eeworm.com/read/333502/3385651
h portability.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Parts of the original, which are not applicabl
www.eeworm.com/read/333502/3385963
h portability.h
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Parts of the original, which are not applicabl
www.eeworm.com/read/292144/3956238
h portability.h
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a
www.eeworm.com/read/449063/1682430
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/444529/1732208
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__)
# inclu