Fixed extern reference in mbasic

This commit is contained in:
Philip Smart
2020-05-06 00:11:58 +01:00
parent ef0fef097b
commit ce9f904220
13 changed files with 4509 additions and 0 deletions

View File

@@ -427,6 +427,10 @@ char *mystrconcat(const char *, const char *);
double factorial(double);
uint32_t app(uint32_t, uint32_t);
// Global scope variables within the ZPUTA memory space.
extern GLOBALS *G;
extern SOC_CONFIG *cfgSoC;
#ifdef __cplusplus
}
#endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2235
zOS/main.hex Normal file

File diff suppressed because it is too large Load Diff

2270
zputa/main.hex Normal file

File diff suppressed because it is too large Load Diff