commit | 72d759c9c191aa329625f3a29d0aaef4da2bf6d2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 25 12:14:10 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 25 16:59:40 2007 +0200 |
tree | 4da9c224de9acaf68d03ff6e40b05764ab92848d | |
parent | fe94460d53439b5425c154c657db698c63de3d62 [diff] |
[MINOR] provide easier-to-use ultoa_* functions Current ultoa() function is limited to one use per expression or function call. Sometimes this is limitating. Change this in favor of an array of 10 return values and shorter macros U2A0..U2A9 which respectively call the function with the 10 different buffers.