mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04:00
10 lines
199 B
C
10 lines
199 B
C
#include <curses.h>
|
|
#ifndef BACKEND_GUARD
|
|
#define BACKEND_GUARD
|
|
#include "backend.c"
|
|
#endif
|
|
|
|
|
|
char* concat(const char *s1, const char *s2);
|
|
char* smartstrcasestr(char *haystack, const char *needle);
|