代码搜索:continue

找到约 10,000 项符合「continue」的源代码

代码结果 10,000
www.eeworm.com/read/101054/15855886

c strutils.c

/* strutils.C * John Viega * * Jan 28-29 2000 */ #include "config.H" #include "fatal.H" /* * Remove leading and trailing white space. Deposit in buf. */ int Strip(char *s, char *buf) { ch
www.eeworm.com/read/100585/15870563

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */ /
www.eeworm.com/read/100585/15870621

c zap.c

#include #include #include #include #include "ourhdr.h" int main(int argc, char *argv[]) { int i; struct stat statbuf; struct utimbuf timebuf;
www.eeworm.com/read/100529/15872713

c strutils.c

/* strutils.C * John Viega * * Jan 28-29 2000 */ #include "config.H" #include "fatal.H" /* * Remove leading and trailing white space. Deposit in buf. */ int Strip(char *s, char *buf) { ch
www.eeworm.com/read/100350/15876350

awk stdnames.awk

BEGIN { count = 0 printf "\n/* The following defines are automatically generated. Do not edit. */\n\n" printf "\n/* These must be sequential beginning from zero */\n\n" } /^$/ { continue } /^#/ {
www.eeworm.com/read/100077/15886225

ep ps.ep

# CHK=0xDA50 #+------------------------------------------------------ # ps.eq - another colorful ps example #------------------------------------------------------- #+:EDITS:*/ #:09-10-1992-13:59-wht
www.eeworm.com/read/100077/15886244

c regexp.c

/*+------------------------------------------------------------------------- regexp.c -- regular expression functions made sane wht@n4hgf.Mt-Park.GA.US Defined functions: advance(lp,ep) compile
www.eeworm.com/read/260016/11751503

h osdgui.h

#ifndef _OSDGUI_H #define _OSDGUI_H #define WM_KEY_SHOW 0 #define WM_KEY_HIDE 1 #define WM_KEY_UP 2 #define WM_KEY_DOWN 3 #define WM_KEY_LEFT
www.eeworm.com/read/192685/8365568

txt 如何自动安装浏览器和设置上网相关参数.txt

假 定 你 的 程 序 为 A.EXE, 你 可 以 在 调 用 IE或 Netscape的 安 装 程 序 之 前 , 先 将 如 下 内 容 写 入 注 册 表 的 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce键 : MyProg = "C:\yourpath\A.exe /Continue"
www.eeworm.com/read/192259/8390949

c sendstr.c

#include "calld.h" int send_str(int fd, char *ptr, char *phone, int echocheck) { char c, tempc; /* go though send string, converting escape sequences on the fly */ while ( (c = *ptr++) !