代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/100485/15873197
c year.c
/*============================================================*/
/* AUTHOR: Jim Rickman */
/* DATE: January 1992
www.eeworm.com/read/100137/15883001
makefile
# Makefile for clex/cparse
INCLUDE=/usr/local/include/CC
CCC=/user/local/CC
CCOPTS= -g -O
# -g: include debug info -O: optimize
all: kwhash clex_test
kwhash: kwhash.c /usr/include/stdio.h
/bin/cc
www.eeworm.com/read/175852/9528923
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "config.h"
#includ
www.eeworm.com/read/361046/10068011
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "config.h"
#includ
www.eeworm.com/read/354221/10375365
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "config.h"
#includ
www.eeworm.com/read/422295/10646123
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "config.h"
#includ
www.eeworm.com/read/196320/8099069
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "config.h"
#includ
www.eeworm.com/read/330304/12902878
txt cmakelists.txt
PROJECT("graph")
INCLUDE(FindPkgConfig)
pkg_check_modules(GLADE REQUIRED libglade-2.0>=2.6 gtk+-2.0>=2.10 libgsf-1)
IF(NOT EXISTS /usr/include/mgl.h)
MESSAGE("Установите MathGL для начала")
END