stardot / MatrixBrandy

Matrix Brandy BASIC VI for Linux, Windows, MacOSX
http://brandy.matrixnetwork.co.uk/
44 stars 8 forks source link

Simplify the implementation of the *. command #41

Closed ccawley2011 closed 5 years ago

ccawley2011 commented 5 years ago

Calling native OS functionality has been split into a separate function, native_oscli(), which allows it to be reused elsewhere.

soruk42 commented 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.