X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fspaces.c;h=bfead7ed7a4aebd3bccc2a411e9e0e018cb426be;hb=ba19b94f67aeec0722939ce17b4067c8fd05f4cc;hp=ea925712e3f8cb09b7bb0d67bf77562476af438f;hpb=a3366758ce10f5bc06f1a128c4eb82cf2a82e455;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/spaces.c b/libiberty/spaces.c index ea925712e3..bfead7ed7a 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -19,21 +19,13 @@ Boston, MA 02111-1307, USA. */ /* -NAME +@deftypefn Extension char* spaces (int @var{count}) - spaces -- return a pointer to a buffer full of spaces +Returns a pointer to a memory region filled with the specified +number of spaces and null terminated. The returned pointer is +valid until at least the next call. -SYNOPSIS - - char *spaces (int count) - -DESCRIPTION - - Returns a pointer to a memory region filled with the specified - number of spaces and null terminated. The returned pointer is - valid until at least the next call. - -BUGS +@end deftypefn */