代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/198916/5081098

h unpifi.h

/* Our own header for the programs that need interface configuration info. Include this file, instead of "unp.h". */ #ifndef __unp_ifi_h #define __unp_ifi_h #include "unp.h" #include
www.eeworm.com/read/195192/5114672

h fold_vars.h

/* to use floats instead of doubles in pf_fold() comment next line */ #define LARGE_PF #ifdef LARGE_PF #define FLT_OR_DBL double #else #define FLT_OR_DBL float #endif extern int noGU; /*
www.eeworm.com/read/195013/5119233

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #warning linux/malloc.h is deprecated, use linux/slab.h instead. #include #endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/195013/5121133

h freebird.h

/* * */ #ifndef __ASM_ARCH_HARDWARE_H #error "include instead" #endif /* Board Control Register */ #define BCR_BASE 0xf0000000 #define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/195013/5123090

c cache.c

/* * linux/fs/fat/cache.c * * Written 1992,1993 by Werner Almesberger * * Mar 1999. AV. Changed cache, so that it uses the starting cluster instead * of inode number. * May 1999. AV. Fixed
www.eeworm.com/read/190666/5172244

h seq2-sysv3.h

/* Sequent DYNIX/ptx 2.x (SVr3) */ #include "i386/seq-sysv3.h" /* Use atexit for static destructors, instead of defining our own exit function. */ #undef NEED_ATEXIT
www.eeworm.com/read/186388/5233676

h seq2-sysv3.h

/* Sequent DYNIX/ptx 2.x (SVr3) */ #include "i386/seq-sysv3.h" /* Use atexit for static destructors, instead of defining our own exit function. */ #define HAVE_ATEXIT
www.eeworm.com/read/180222/5288330

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Holds pointers instead of objects
www.eeworm.com/read/179911/5300397

c cache.c

/* * linux/fs/fat/cache.c * * Written 1992,1993 by Werner Almesberger * * Mar 1999. AV. Changed cache, so that it uses the starting cluster instead * of inode number. * May 1999. AV. Fixed
www.eeworm.com/read/174092/5365500

cpp fails_list.cpp

#include #include "Student_info.h" #include "grade.h" using std::list; // version 4: use `list' instead of `vector' list extract_fails(list& students) { li