Fex-II/inc/sanity.h
auric 969f4e26b8 Begin writing it...
Better late than never
2024-02-22 13:54:52 -06:00

13 lines
136 B
C

//
// Created by auric on 2/22/24.
//
#ifndef SANITY_H
#define SANITY_H
# include <stdbool.h>
int sanity_check();
#endif //SANITY_H