jsfw/main.h
2022-08-30 01:06:25 +02:00

11 lines
147 B
C

// vi: set ft=c
#ifndef MAIN_H
#define MAIN_H
#include<stdint.h>
#include<pthread.h>
#include "vec.h"
void panicf(const char * fmt, ...);
#endif