1
0
Fork 0
mirror of https://github.com/tailix/libshmemq.git synced 2025-02-17 15:45:41 -05:00
libshmemq/examples/dummy.c

9 lines
77 B
C
Raw Normal View History

2020-12-12 10:18:05 +05:00
#include <shmemq/dummy.h>
int main()
{
shmemq_dummy();
return 0;
}