Fex-II/inc/sanity.h

13 lines
136 B
C
Raw Normal View History

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