<< Previous | Next >>

outchrs

char outchrs( char c, int n, int (*putc) () );

Description

Use putc to output n times the character c.

Parameters

c
Character to output

n
Number of times to output

putc
Routine to output one character. The function pointed to by putc should take a character argument.

Return value

The character in parameter c.

Library

STDIO.LIB

See also

outstr


Dynamic C Functions << Previous | Next >> rabbit.com