NetHackWiki:Sandbox

From NetHackWiki
Revision as of 03:02, 5 June 2012 by 99.239.147.0 (talk)
Jump to navigation Jump to search

test

mondata.h in SLASH'EM 0.0.7E7F3, line 238

void NDECL(monst_init);

int
main(int argc, char *argv[])
{
  monst_init();
  puts("Hi!");
}

--Preceding unsigned comment added by Example (talkcontribs) 11:15, 1 June 2005 (UTC) --Preceding unsigned comment added by Example (talkcontribs) 13:45, 28 February 2010 (UTC)