mirror of
https://gittea.dev/nova/th.git
synced 2026-01-30 08:40:10 -05:00
12 lines
267 B
C
12 lines
267 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(const char *haystack, const char *needle);
|
|
char* parse_cmd_char(const char *cmd, const char *path);
|
|
|