7 lines
68 B
C
7 lines
68 B
C
#ifndef _EXEC_H
|
|
#define _EXEC_H
|
|
|
|
void exec(char* filename);
|
|
|
|
#endif
|