message.c 108 B

1234
  1. #include <lib.h>
  2. /* Some compilers require an initializer to force storage allocation */
  3. message _M = {0};