代码搜索结果
找到约 743,872 项符合
import 的代码
import-2.hs
/* { dg-options "-I $srcdir/gcc.dg/pch/include" } */
#import "import-2b.h"
#import "import-2a.h"
import-2.c
/* { dg-options "-I. -I $srcdir/gcc.dg/pch/include" } */
#include "import-2.h"
#import "import-2b.h"
int main(int argc, char **argv) {
return 0;
}
import-1a.h
#ifdef IMPORT_1A
#error import-1a failure
#endif
#define IMPORT_1A
import.c
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: import.c,v 1.7 2002/08/06 20:11:08 dallen Exp $
___
auto-import.exp
# Expect script for ld-auto-import tests
# Copyright 2002
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU Gen
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
import.c
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*