all: Use bool where applicable (#30)

This commit is contained in:
Mat M 2018-02-22 22:58:39 -05:00 committed by SciresM
parent 1d8f443f68
commit 83216409d2
15 changed files with 154 additions and 145 deletions

View file

@ -1,6 +1,7 @@
#ifndef EXOSPHERE_MMU_H
#define EXOSPHERE_MMU_H
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include "utils.h"