mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 08:47:57 +00:00
10 lines
150 B
C++
10 lines
150 B
C++
#include <exec.hpp>
|
|
|
|
namespace Execute
|
|
{
|
|
ExStatus Spawn(char *Path, uint64_t Arg0, uint64_t Arg1)
|
|
{
|
|
return ExStatus::Unknown;
|
|
}
|
|
}
|