mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
11 lines
166 B
C
11 lines
166 B
C
#ifndef NOTCURSES_TEST_MAIN
|
|
#define NOTCURSES_TEST_MAIN
|
|
|
|
#include "doctest.h"
|
|
#include <unistd.h>
|
|
#include <notcurses.h>
|
|
|
|
char* find_data(const char* datum);
|
|
|
|
#endif
|