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
2020-12-12 10:38:35 +05:00

8 lines
77 B
C

#include <shmemq/dummy.h>
int main()
{
shmemq_dummy();
return 0;
}