代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/124348/6050486
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
printf("server procedure started\n");
out.res1 = inp->arg1 *
www.eeworm.com/read/493923/6384624
c uart.c
/*
* Copyright (c) 2006-2009 by Roland Riegel
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice
www.eeworm.com/read/343888/11920484
c uart.c
/*
* Copyright (c) 2006-2008 by Roland Riegel
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice
www.eeworm.com/read/342822/11997997
bak rbwmain.c.bak
/*
* Copyright 2008 by Boss.H Lab.
* All rights reserved. Property of Boss.H Lab.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/
www.eeworm.com/read/128880/14274416
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
printf("server procedure started\n");
out.res1 = inp->arg1 *
www.eeworm.com/read/228130/14400213
c exp2a.c
#include
int x[2] = {0x1234, 0x4321};
int s;
/* Functions */
extern int sum(int *x);
/*
* ======== main ========
*/
void main()
{
puts("exp2a example started\n");