代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/375190/2730003

climits

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CLIMITS_HEADER #define __CLIMI
www.eeworm.com/read/375190/2730004

cstring

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTRING_HEADER #define __CSTRI
www.eeworm.com/read/375190/2730005

cerrno

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CERRNO_HEADER #define __CERRNO
www.eeworm.com/read/375190/2730006

cctype

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CCTYPE_HEADER #define __CCTYPE
www.eeworm.com/read/375190/2730007

cstdarg

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTDARG_HEADER #define __CSTDA
www.eeworm.com/read/375190/2730008

csignal

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSIGNAL_HEADER #define __CSIGN
www.eeworm.com/read/375190/2730010

cwchar

// This file is automatically generated. Do not edit. // ['../../libs/compatibility/generate_cpp_c_headers.py'] // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CWCHAR_HEADER #define __CWCHAR
www.eeworm.com/read/374581/2749790

sh check-lxdialog.sh

#!/bin/sh # Check ncurses compatibility # What library to link ldflags() { $cc -print-file-name=libncursesw.so | grep -q / if [ $? -eq 0 ]; then echo '-lncursesw' exit fi $cc -print-file-name
www.eeworm.com/read/373038/2767555

java forwardcompatibilitytest.java

package org.junit.tests.junit3compatibility; import junit.framework.AssertionFailedError; import junit.framework.JUnit4TestAdapter; import junit.framework.TestCase; import junit.framework.TestFailure
www.eeworm.com/read/373038/2767560

java oldtestclassadaptinglistenertest.java

package org.junit.tests.junit3compatibility; import static org.junit.Assert.assertEquals; import junit.framework.AssertionFailedError; import junit.framework.TestCase; import junit.framework.TestList