代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.txt
THE WINHELP |SYSTEM INTERNAL FILE
=================================
The |SYSTEM file contains much of the information which is global to the
help file, such as the compression level, help file ti
system.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.cpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.c
#include
#include
void main()
{
int rc;
rc = system( "dir" );
if( rc != 0 ) {
printf( "shell could not be run\n" );
}
}
system.hpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.hpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
system.gml
.func system _wsystem _usystem
#include
int system( const char *command );
.ixfunc2 '&Process' &func
.if &'length(&wfunc.) ne 0 .do begin
int _wsystem( const wchar_t *command );
.ixfu
system.inc
.386
.model small
option oldstructs
option proc:private
include equmac.inc
include c.inc
;******************************************************************************
;Run speci