mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
10 lines
115 B
C
10 lines
115 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int spawn(const char* path, const char** args);
|
|
|
|
__END_DECLS
|
|
|