mirror of
https://github.com/tailix/libshmemq.git
synced 2025-02-17 15:45:41 -05:00
9 lines
77 B
C
9 lines
77 B
C
|
#include <shmemq/dummy.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
shmemq_dummy();
|
||
|
|
||
|
return 0;
|
||
|
}
|