投稿者:   2000/09/20 (水) 17:32:55      [mirai]
struct Msg {
  char * username;
  char * email;
  char * title;
  char * message;
  char * url;
};