ack/mach/minixST/libsys/message.c

6 lines
139 B
C
Raw Normal View History

1988-04-19 09:34:37 +00:00
#include <minix/const.h>
#include <minix/type.h>
/* some compilers require an initializer to force storage allocation */
message M = {0};