代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/390729/8449878
inc system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
www.eeworm.com/read/189744/8455742
bin system.bin
www.eeworm.com/read/189744/8455766
bin system.bin
www.eeworm.com/read/189743/8455850
bin system.bin
www.eeworm.com/read/189743/8455872
bin system.bin
www.eeworm.com/read/189512/8466473
c system.c
static char rcsid[] = "$Id: system.c,v 1.2 2003/11/13 05:17:39 golda Exp $";
/*
* system.c - system(3) routines for Essence system.
*
* Darren Hardy, hardy@cs.colorado.edu, February 1994
*
* -
www.eeworm.com/read/390191/8478743
h system.h
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined (__GLIBC__) && defined(__LCLINT__)
/*@-declundef@*/
/*@unchecked@*/
extern __const __int32_t *__ctype_tolower;
/*@unchecked@*/
extern __con
www.eeworm.com/read/189219/8484104
c system.c
#include
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if (cmdstring
www.eeworm.com/read/189219/8484208
c system.c
#include
#include
#include
#include
#include
int
system(const char *cmdstring) /* with appropriate signal handling */
{
pid_t pid;
int
www.eeworm.com/read/290380/8486933
c system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}