The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

execcmd.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993, 1995 Christopher Seiwald.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * execcmd.h - execute a shell script
00009  *
00010  * 05/04/94 (seiwald) - async multiprocess interface
00011  */
00012 
00013 void execcmd(
00014         char *string,
00015         void (*func)( void *closure, int status ),
00016         void *closure,
00017         LIST *shell );
00018 
00019 int execwait();
00020 
00021 # define EXEC_CMD_OK    0
00022 # define EXEC_CMD_FAIL  1
00023 # define EXEC_CMD_INTR  2

Generated on Mon Nov 8 17:07:32 2004 for MPT by  doxygen 1.3.9.1