6 lines
139 B
C
6 lines
139 B
C
|
#include <minix/const.h>
|
||
|
#include <minix/type.h>
|
||
|
|
||
|
/* some compilers require an initializer to force storage allocation */
|
||
|
message M = {0};
|