mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-21 05:13:21 +00:00
Merge pull request #70 from mzealey/master
Extern integer definitions in the header file
This commit is contained in:
@ -86,9 +86,9 @@ typedef struct dyn_int_array_s dyn_int_array_t;
|
|||||||
|
|
||||||
#define FILENAME_BUFFER_SIZE 128
|
#define FILENAME_BUFFER_SIZE 128
|
||||||
|
|
||||||
int setup_error;
|
extern int setup_error;
|
||||||
int module_setup;
|
extern int module_setup;
|
||||||
int DEBUG;
|
extern int DEBUG;
|
||||||
|
|
||||||
int get_xio_base(void);
|
int get_xio_base(void);
|
||||||
int is_this_chippro(void);
|
int is_this_chippro(void);
|
||||||
|
Reference in New Issue
Block a user