ncdc/libdc/src/loop.c

7 lines
65 B
C
Raw Normal View History

2019-06-25 14:52:38 +02:00
#include <dc/loop.h>
struct nc_loop_
{
nc_refable_t ref;
};