mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02: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
|
|
|