moved some functions to sys.c
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-06 22:24:08 +00:00
parent fa90b72c85
commit 514b6dc96d
7 changed files with 340 additions and 145 deletions

View File

@ -22,10 +22,11 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "hcl-x.h"
#include <hcl-x.h>
#include "hcl-prv.h"
#include "hcl-tmr.h"
#include "hcl-xutl.h"
#include <hcl-tmr.h>
#include <hcl-xutl.h>
#include <hcl-sys.h>
#include <stdio.h>
#include <string.h>