代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/169829/9836257
h srvmisc.h
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvmisc.h")
#endif /* !RC_INVOKED */
#include "srv.h"
www.eeworm.com/read/169829/9836260
h srvapi.h
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvapi.h")
#endif /* !RC_INVOKED */
#include "srv.h"
www.eeworm.com/read/169829/9836290
h srvdbtyp.h
#ifndef RC_INVOKED
#pragma message("WARNING: your code should #include srv.h instead of srvdbtyp.h")
#endif /* !RC_INVOKED */
#include "srv.h"
www.eeworm.com/read/168694/9901814
h ftpdlib.h
/* ftpdLib.h - header file for ftpdLib.c */
/* Copyright 1990-2004 Wind River Systems, Inc. */
/*
modification history
--------------------
01r,14feb05,dlk Restore this file, but deprecate the rout
www.eeworm.com/read/164463/10106460
h rocket.h
/*
* This file contains the exported interface of the rocket driver to
* its configuration program.
*/
struct rocket_config {
int line;
int flags;
int closing_wait;
int close_delay;
int port;
www.eeworm.com/read/163765/10146732
todo
- With -v print IP address after gethostbyname returns.
- First, option to write() in small chunks. Then option to use writev()
instead of write(). See what happens, with and without TCO_NODELAY.
www.eeworm.com/read/161803/10372440
install
BUILDING:
---------
simply type:
configure
make
make install
if you want to enable the use of SDL instead of GLUT type:
configure --enable-SDL
make
make install
www.eeworm.com/read/424281/10472222
changelog
2008-10-13 Brian Gough
* test.c (test_2d): change typename variable to name to avoid
conflict with C++ typename keyword
2008-07-03 Brian Gough
www.eeworm.com/read/424281/10475004
changelog
2008-09-18 Brian Gough
* diff.c test.c: temporarily enable deprecated functions for
testing
* gsl_diff.h: marked these functions deprecated, use gsl_deriv
instead.
www.eeworm.com/read/278507/10530662
todo
- With -v print IP address after gethostbyname returns.
- First, option to write() in small chunks. Then option to use writev()
instead of write(). See what happens, with and without TCO_NODELAY.