Hotspot UI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
namespace pipedal {
|
||||
// exec a command, returning the actual exit code (unlike execXX() or system() )
|
||||
int SysExec(const char*szCommand);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user