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
..
2014-07-18 08:47:23 +02:00
2014-07-22 11:06:54 +02:00
2014-07-18 17:19:37 +02:00
2014-07-16 20:09:29 +02:00
2014-07-16 23:53:30 +02:00
2014-07-18 17:19:37 +02:00
2014-07-16 23:53:30 +02:00
2014-07-08 12:54:03 +02:00
2014-05-18 11:03:10 +02:00
2014-05-19 10:25:58 +02:00
2014-07-22 11:06:54 +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