Add kvasprintf()
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 30 Apr 2007 22:09:56 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 30 Apr 2007 23:40:40 +0000 (16:40 -0700)
commit11443ec7d9286dd25663516436a14edfb5f43857
tree121137dbd7b323cd5dce71cbb8da8119a642b731
parent9684e51cd157607f0727c1550e7df6e31de40808
Add kvasprintf()

Add a kvasprintf() function to complement kasprintf().

No in-tree users yet, but I have some coming up.

[akpm@linux-foundation.org: EXPORT it]
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Keir Fraser <keir@xensource.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
lib/vsprintf.c