ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


number_prefixes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
number_prefixes [2017/03/21 16:17] korshunnumber_prefixes [2019/04/19 21:08] (current) – removed korshun
Line 1: Line 1:
-====== Number prefixes ====== 
-All number parsing functions support the following base prefixes: 
  
-  * <no prefix> -- base 10 
-  * ''0x'' -- base 16 
-  * ''0o'' -- base 8 
-  * ''0b'' -- base 2