www.delorie.com/djgpp/doc/libc-2.01/libc_101.html   search  
Go to the first, previous, next, last section, table of contents.


cprintf

Syntax

#include <conio.h>

int cprintf(const char *_format, ...);

Description

Like printf (see section printf), but prints through the console, taking into consideration window borders and text attributes. There is currently a 2048-byte limit on the size of each individual cprintf call.

Return Value

The number of characters written.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997