<< Previous | Next >> | |
|
char * outstr( char * string, int (*putc)() );
Description
- Output the string pointed to by
string
via calls toputc
.putc
should take a one-character parameter.Parameters
- string
- String to output
- putc
- Routine to output one character. The function pointed to by
putc
should take a character argument.
Return value
- Pointer to null at end of string.
Library
- STDIO.LIB
See also
- outchrs
Dynamic C Functions | << Previous | Next >> | rabbit.com |