代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.h
#ifdef MSDOS
#include
#endif
#if defined(HAVE_STDLIB_H) || defined(MSDOS)
#include
#endif
#if (defined(VMS) || defined(MSDOS)) && !defined(HAVE_STRING_H)
#define HAVE_STRI
system.h
/* system.h: System-dependent declarations. Include this first.
$Id: system.h,v 1.2 2003/06/17 21:06:10 bjg Exp $
Copyright (C) 1997 Free Software Foundation, Inc.
This program is free sof
system.h
///
// Copyright (c) 2003, Wolver Wang, MinShan Inc. R&D Center
// wolver@minshan-inc.com
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}