#include "_ctype.h" const unsigned char _ctype[1+256] = { 0, /* EOF */ _C, _C, _C, _C, /* nul soh stx etx */ _C, _C, _C, _C, /* eot enq ack bel */ _C, _C|_S, _C|_S, _C|_S, /*
http://www.codebf.com/read/172774/5382126
#include #include #include long atol(CONST char *s) { int uminus; long v; while (isspace(*s)) s++; uminus = 0; if (*s == '-') { uminus = 1;
http://www.codebf.com/read/172774/5382135
#include #include #include int atoi(CONST char *s) { int uminus; int v; while (isspace(*s)) s++; uminus = 0; if (*s == '-') { uminus = 1;
http://www.codebf.com/read/172774/5382141
/* $Id: ttylock.h,v 1.1.2.1 2004/04/20 08:23:25 alan Exp $ */ #ifndef __CLPLUMBING_TTYLOCK_H # define __CLPLUMBING_LOCK_H int ttylock(const char *serial_device); int ttyunlock(const char *serial_devic
http://www.codebf.com/read/172609/5383229
const char http_http[8] = /* "http://" */ {0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, }; const char http_200[5] = /* "200 " */ {0x32, 0x30, 0x30, 0x20, }; const char http_301[5] = /* "301 " *
http://www.codebf.com/read/172417/5386766
extern const char http_http[8]; extern const char http_200[5]; extern const char http_301[5]; extern const char http_302[5]; extern const char http_get[5]; extern const char http_10[9]; extern c
http://www.codebf.com/read/172417/5386781
http://www.codebf.com/read/172417/5386863
http://www.codebf.com/read/172417/5386876
http://www.codebf.com/read/172306/5388476
// // GUIDs.cpp - // All GUIDs are defined in this file. // #include // {32bb8320-b41b-11cf-a6bb-0080c7b2d682} extern "C" const IID IID_IX = {0x32bb8320, 0xb41b, 0x11cf, {0
http://www.codebf.com/read/172103/5390279
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机