repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
compiler
/
clib
/
__spawnv.h
blob
4576787b806c315979a9d66b89f56032bdba8abc
1
#ifndef ___SPAWN_H
2
#define ___SPAWN_H
3
4
/*
5
Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: stat() internals - header file
9
Lang: english
10
*/
11
12
int
__spawnv
(
int
mode
,
const char
*
filename
,
int
searchpath
,
char
*
const
argv
[]);
13
14
#endif