DEBSOURCES
Skip Quicknav
sources / tty-solitaire / 1.3.1-1 / tests / cursor_test.c
1234567
#include <assert.h> #include <stdbool.h> #include "../src/cursor.h" void test_cursor() { assert(true); }