// Exec.h (this is -*- C++ -*-) // // \author: Bjoern Giesler // // // // $Author: giesler $ // $Locker$ // $Revision$ // $Date: 2002-08-19 10:41:28 +0200 (Mon, 19 Aug 2002) $ #ifndef EXEC_H #define EXEC_H /* system includes */ /* (none) */ /* my includes */ /* (none) */ int exec(const char* path); #endif /* EXEC_H */