pantry/projects/github.com/rrthomas/libpaper/test.c

7 lines
100 B
C
Raw Normal View History

2023-08-17 21:54:15 +03:00
#include <paper.h>
int main()
{
enum paper_unit unit;
int ret = paperinit();
return 0;
}