mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
12 lines
159 B
C
12 lines
159 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <sys/types.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
pid_t spawn(const char* path, const char** args, const char** envp);
|
|
|
|
__END_DECLS
|
|
|