mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 01:22:06 +00:00
8 lines
80 B
C
8 lines
80 B
C
#pragma once
|
|
|
|
extern "C" {
|
|
|
|
int spawn(const char* path, const char** args);
|
|
|
|
}
|
|
|