home *** CD-ROM | disk | FTP | other *** search
- /*----------------------strspc-------------------------------*/
- /*DESCRIPTION: Puts len spaces into string and adds a */
- /* terminating null char. */
- /* */
- /*RETURNS: the address of string */
- /*USES: nothing */
- /*IN: string.c */
- /*-----------------------------------------------------------*/
-
- char *strspc(char *string, int len)