代码搜索结果
找到约 743,872 项符合
import 的代码
import.t
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use Test::More tests => 2, import => [qw(!fail)];
can_ok(__PACKAGE__, qw(ok pass like isa_ok));
ok( !__PACKAG
import-export-selection.jsp
Import/Export Selection
import.c
/*
* import.c -- a module using a symbol from export.c (v2.1)
*
* Tested with 2.1.43 on the x86 (novers)
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif