![]() |
|
| << Previous | Next >> | |
| | |
char * outstr( char * string, int (*putc)() );
Description
- Output the string pointed to by
stringvia calls toputc.putcshould take a one-character parameter.Parameters
- string
- String to output
- putc
- Routine to output one character. The function pointed to by
putcshould 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 |