purge remaining gpl code from clib, and make clib build again
[tangerine.git] / compiler / clib / __spawnv.h
blob3ad412aa0e44603c3d8f15d4238e2b21031770c8
1 #ifndef ___STAT_H
2 #define ___STAT_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: stat() internals - header file
9 Lang: english
12 #include <dos/bptr.h>
14 int __spawnv(int mode, BPTR seg, char *const argv[]);
16 #endif