mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 00:08:30 +00:00
Invent systemvpe() function
It goes 5x faster than system() and it's safer too.
This commit is contained in:
parent
1a5ef5ba13
commit
50394064d7
5 changed files with 132 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
errno_t cosmo_once(_Atomic(uint32_t) *, void (*)(void));
|
||||
int systemvpe(const char *, char *const[], char *const[]);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue