mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-09 10:38:11 +02:00
4 lines
105 B
C
4 lines
105 B
C
#include <check.h>
|
|
|
|
void suite_add_test(Suite *s, TFun tf, const char *name);
|
|
Suite *public_suite(void);
|