Difference between revisions of "Source talk:NetHack 3.4.3/src/hacklib.c"

From NetHackWiki
Jump to navigation Jump to search
(Created page with "==On pmatch== :''The function returns either TRUE or FALSE, those constants having been defined in hack.h.'' As far as I can tell, neither TRUE nor FALSE is defined in the c...")
 
(On pmatch)
 
Line 3: Line 3:
  
 
As far as I can tell, neither TRUE nor FALSE is defined in the copy of [[hack.h]] on this wiki. [[Special:Contributions/91.105.126.112|91.105.126.112]] 01:11, 17 March 2011 (UTC)
 
As far as I can tell, neither TRUE nor FALSE is defined in the copy of [[hack.h]] on this wiki. [[Special:Contributions/91.105.126.112|91.105.126.112]] 01:11, 17 March 2011 (UTC)
 +
:{{sourcecode|global.h|60}}. -- [[User:Qazmlpok|Qazmlpok]] 01:58, 17 March 2011 (UTC)

Latest revision as of 01:58, 17 March 2011

On pmatch

The function returns either TRUE or FALSE, those constants having been defined in hack.h.

As far as I can tell, neither TRUE nor FALSE is defined in the copy of hack.h on this wiki. 91.105.126.112 01:11, 17 March 2011 (UTC)

global.h, line 60. -- Qazmlpok 01:58, 17 March 2011 (UTC)