forked from Alepha/Alepha
Simple number-printing utility function.
4271 -> "Four thousand two hundred seventy one" Why? Well, for one it permits the generation of larger strings from simple 32-bit seed numbers. This permits sort of a "decompression" of string data from simple inputs to do some fuzz testing or other things.
This commit is contained in:
@ -2,3 +2,4 @@ target_sources( alepha PRIVATE
|
||||
fancyTypeName.cc
|
||||
)
|
||||
|
||||
add_subdirectory( print_number.test )
|
||||
|
||||
Reference in New Issue
Block a user