Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -21,7 +21,7 @@
#ifndef PCE_IBMPC_CASSETTE_H
#define PCE_IBMPC_CASSETTE_H 1
# define PCE_IBMPC_CASSETTE_H 1
#include <stdio.h>
@@ -170,4 +170,4 @@ extern int cassette_ui_writeprot;
extern const device_t cassette_device;
#endif
#endif /*PCE_IBMPC_CASSETTE_H*/