From ba19b94f67aeec0722939ce17b4067c8fd05f4cc Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 16 Oct 2001 02:55:31 +0000 Subject: merge from gcc --- libiberty/spaces.c | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'libiberty/spaces.c') diff --git a/libiberty/spaces.c b/libiberty/spaces.c index ea92571..bfead7ed 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 */ -- cgit v1.1