Lukas Fleischer
6203966fbf
Add vasprintf() and asprintf()
...
The new utils.c functions vasprintf() and asprintf() are analogs to
sprintf() and vsprintf(). However, instead of requiring a buffer that is
large enough to hold the output data, the functions allocate a string
and return a pointer to it.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-07-22 11:06:54 +02:00
..
2013-04-14 00:19:01 +02:00
2014-07-16 23:31:31 +02:00
2014-07-18 08:47:23 +02:00
2014-07-22 11:06:54 +02:00
2014-07-08 13:24:25 +02:00
2014-07-18 17:19:37 +02:00
2014-07-16 20:09:29 +02:00
2014-07-16 15:52:33 +02:00
2013-04-14 00:19:01 +02:00
2013-04-14 00:19:01 +02:00
2014-07-16 23:53:30 +02:00
2013-04-14 00:19:01 +02:00
2014-07-08 13:14:08 +02:00
2014-07-18 17:19:37 +02:00
2014-07-18 10:26:36 +02:00
2014-07-18 09:16:45 +02:00
2013-04-14 00:19:01 +02:00
2013-04-14 00:19:01 +02:00
2013-04-14 00:19:01 +02:00
2014-07-08 13:53:45 +02:00
2013-04-14 00:19:01 +02:00
2014-07-16 23:53:30 +02:00
2014-07-18 08:38:15 +02:00
2013-04-14 00:19:01 +02:00
2014-07-16 15:52:33 +02:00
2014-07-08 12:54:03 +02:00
2013-04-14 00:19:01 +02:00
2014-07-08 13:01:01 +02:00
2014-05-18 11:03:10 +02:00
2014-05-19 10:25:58 +02:00
2014-07-16 20:05:21 +02:00
2014-07-16 20:05:21 +02:00
2013-05-04 20:32:26 +02:00
2014-07-22 11:06:54 +02:00
2014-07-16 23:31:31 +02:00
2014-07-18 08:47:23 +02:00
2014-05-18 11:03:15 +02:00
2014-07-17 21:08:55 +02:00