1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00
Files
th/backend.h

9 lines
140 B
C

#include <curses.h>
#ifndef BACKEND_GUARD
#define BACKEND_GUARD
#include "backend.c"
#endif
char* concat(const char *s1, const char *s2);