mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
11 lines
115 B
C
11 lines
115 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int spawn(const char* path, const char** args);
|
|
|
|
__END_DECLS
|
|
|