Closed ccawley2011 closed 5 years ago
Merged with a small change - native_oscli declared static. This can be reversed (and the declaration at the top moved to mos.h) should it be necessary to access from another source file at some point in the future.
Calling native OS functionality has been split into a separate function,
native_oscli()
, which allows it to be reused elsewhere.