Fix all headers to comply with C standard (#957)

* Fix all headers to comply with C standard

* fix a file in libultra

* Update include/stdbool.h

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update stdbool.h

* Update z64animation.h

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
louist103
2021-09-15 19:24:19 -04:00
committed by GitHub
parent fbc4071cc8
commit e3f1ccd902
524 changed files with 1051 additions and 1050 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef _STDLIB_H_
#define _STDLIB_H_
#ifndef STDLIB_H
#define STDLIB_H
#include "ultra64.h"