代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/440906/1780226
m compatibility_alias.m
/* Contributed by Nicola Pero - Thu Mar 8 17:23:59 CET 2001 */
#include
#include
@compatibility_alias MyObject Object;
int main (void)
{
MyObject *object = [MyObject
www.eeworm.com/read/366702/2873072
m compatibility_alias.m
/* Contributed by Nicola Pero - Thu Mar 8 17:23:59 CET 2001 */
#include
#include
@compatibility_alias MyObject Object;
int main (void)
{
MyObject *object = [MyObject
www.eeworm.com/read/475633/6775060
h compatibility_include.h
// Dummy header; should get included first into tu-testbed headers.
// This is for manual project-specific configuration.
//
// Some optional general configuration.
//
#ifdef HAVE_CONFIG_H
#include
www.eeworm.com/read/414233/11123762
cf sample-compatibility.cf
# JANGAN EDIT BERKAS INI. EDITLAH BERKAS MAIN.CF. PARAMETER-
# PARAMETER DIBAWAH HANYA DIJADIKAN SEBAGAI CONTOH PENGGUNAAN.
#
# Berkas ini berisikan contoh setting parameter-parameter
# konfigurasi Po
www.eeworm.com/read/112801/15476431
h sigc_compatibility.h
/* Part of this file reproduces source code in sigc++/slot.h and sigc++/object_slot.h
to which Karl Einar Nelson owns the copyright. The remainder of this file is
copyright (C) Chris Vine 2004
www.eeworm.com/read/109665/15552526
c nios_compatibility.c
#include
#include
#include
#include "stripe.h"
#include "serial.h"
// these are for nios s/w compatibility
int nr_uart_txchar(int c,char *uartBase)
{
www.eeworm.com/read/109665/15552544
h nios_compatibility.h
#ifndef _NIOS_COMPATIBILITY_
#define _NIOS_COMPATIBILITY_
// these are for nios s/w compatibility
int nr_uart_txchar(int c,char *uartBase);
int nr_uart_rxchar(int c);
int nr_timer_millisecon