use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / __spawnv.h
blob4576787b806c315979a9d66b89f56032bdba8abc
1 #ifndef ___SPAWN_H
2 #define ___SPAWN_H
4 /*
5 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: stat() internals - header file
9 Lang: english
12 int __spawnv(int mode, const char *filename, int searchpath, char *const argv[]);
14 #endif