代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6253076
c touch.c
#ifndef lint
static char *sccsid = "@(#)touch.c 4.1 (ULTRIX) 7/2/90";
#endif lint
#ifdef KERNEL
#include "../h/types.h"
#include "../h/stat.h"
#else KERNEL
#include
#include
www.eeworm.com/read/101066/6256428
c routed_if.c
/* routed_if.c - RIP routines for handling available interfaces */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983, 1993
* The Regents of t
www.eeworm.com/read/101066/6256784
c bpf_filter.c
/* bpf_filter.c - Berkeley Packet Filter support routines for filter program */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*-
* Copyright (c) 1990, 1991, 1992,
www.eeworm.com/read/281472/6282062
cpp rdxjoystick.cpp
// RDXJoystick.cpp
#include "RDXJoystick.h"
// 初始化(实例化)静态成员
RDXJoystick* RDXJoystick::pRDXJoystick = NULL;
// 枚举游戏手柄的回调函数
BOOL CALLBACK EnumJoysticksCallback( const DIDEVICEINSTANCE* pdidIn
www.eeworm.com/read/421459/6311340
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/421459/6311421
c zap.c
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg
www.eeworm.com/read/421459/6311680
21 fig4.21
#include "apue.h"
#include
#include
int
main(int argc, char *argv[])
{
int i, fd;
struct stat statbuf;
struct utimbuf timebuf;
for (i = 1; i < argc; i++) {
if (stat(arg
www.eeworm.com/read/494691/6360163
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/494691/6360221
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/492762/6408675
c main.c
//费了九牛二虎之力,弄出个简单的,时钟的方法不会,有待高人再做解答
//*****************************************************************************
// MSP430-随机数的产生
// 作者:B哥
// Email: cbing2000@163.com
// May 2008
/