mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-02 17:58:00 +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;
|
|
}
|
|
}
|