代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/294767/3915297
hhp atfilenotification.hhp
[OPTIONS]
Compatibility=1.1 or later
Compiled file=ATFileNotification.chm
Contents file=Table of Contents.hhc
Default topic=Introduction.html
Display compile progress=No
Index file=Index.hhk
La
www.eeworm.com/read/294767/3915304
hhp atstreamsearch.hhp
[OPTIONS]
Compatibility=1.1 or later
Compiled file=ATStreamSearch.chm
Contents file=Table of Contents.hhc
Default topic=Introduction.html
Display compile progress=No
Index file=Index.hhk
Langua
www.eeworm.com/read/294767/3915306
hhp atviewer.hhp
[OPTIONS]
Compatibility=1.1 or later
Compiled file=ATViewer.chm
Contents file=Table of Contents.hhc
Default topic=Introduction.html
Display compile progress=No
Enhanced decompilation=Yes
Full-t
www.eeworm.com/read/292705/3948153
h unistd.h
#ifndef _ASM_PARISC_UNISTD_H_
#define _ASM_PARISC_UNISTD_H_
/*
* This file contains the system call numbers.
*/
/*
* HP-UX system calls get their native numbers for binary compatibility.
*/
#
www.eeworm.com/read/291162/3970065
c win.c
/*
* win.c
* Release $Name: MATRIXSSL_1_8_3_OPEN $
*
* Microsoft Windows compatibility layer.
*/
/*
* Copyright (c) PeerSec Networks, 2002-2007. All Rights Reserved.
* The latest versio
www.eeworm.com/read/288937/3997969
h gthr-default.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC
www.eeworm.com/read/288937/3997970
h gthr-single.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC
www.eeworm.com/read/286192/4042013
h stdarg.h
//stdarg.h
#ifndef __STDARG_H
#define __STDARG_H
// *fix 1.2.3b va_list is now char* for compatibility,
// and the args are at increasing addresses (was broken by stack direction change)
typed
www.eeworm.com/read/271875/4221765
h ucd-snmp-agent-includes.h
#ifdef UCD_COMPATIBLE
#include
#else
#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
#endif
www.eeworm.com/read/440906/1774412
c conv1.c
// Test for backwards brain-damage compatibility with -fpermissive.
// { dg-options "-fpermissive -w" }
void f ();
void f (int *);
void g (int);
int main ()
{
void *v = 1234;
void (*p)() = v;