/[gnats]/gnats/libiberty/spaces.c
ViewVC logotype

Diff of /gnats/libiberty/spaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by brendan, Thu Nov 5 19:54:16 1998 UTC revision 1.2 by chewie, Sat Nov 13 05:14:17 2004 UTC
# Line 19  Boston, MA 02111-1307, USA.  */ Line 19  Boston, MA 02111-1307, USA.  */
19    
20  /*  /*
21    
22  NAME  @deftypefn Extension char* spaces (int @var{count})
23    
24          spaces -- return a pointer to a buffer full of spaces  Returns a pointer to a memory region filled with the specified
25    number of spaces and null terminated.  The returned pointer is
26    valid until at least the next call.
27    
28  SYNOPSIS  @end deftypefn
   
         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  
29    
30  */  */
31    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26