/* * Copyright 2020 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. */ #ifndef LC3OS_H #define LC3OS_H #include <string> namespace lc3 { namespace core { std::string getOSSrc(void); }; }; #endif