代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.c
#include
#include
#include
#include
int
system(const char *cmdstring) /* with appropriate signal handling */
{
pid_t pid;
int status;
struct sig
system.c
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if (cmdstring == NULL)
return(1);
system.c
#include
#include
#include
#include
int
system(const char *cmdstring) /* with appropriate signal handling */
{
pid_t pid;
int status;
struct sig
system.h
// system head file
#ifdef SYSTEM_G
#define system_ext
#else
#define system_ext extern
#endif
#define uchar unsigned char
#define uint unsigned int
#define us
system.c
/*-----------------------------------------------------------------------------------------------
Project : test for 2410 hardware
Author : kreal@163.net
Creation
system.h
// system head file
#ifdef SYSTEM_G
#define system_ext
#else
#define system_ext extern
#endif
#define uchar unsigned char
#define uint unsigned int
#define us
system.c
/*-----------------------------------------------------------------------------------------------
Project : test for 2410 hardware
Author : kreal@163.net
Creation