basic.%fprintf

C Function/BASIC Program, Releases: AP/Unix

Writes formatted string on a stream.

Syntax

variable =%fprintf( (char*)stream, format, arg.... )

Description

writes formatted output on 'stream' under control of the 'format'. See the Unix Programmer's Reference Manual.

Floating types are not supported.

See Also

Command Name Type Description
basic.cfunc Definition can be called from a Pick/BASIC program or subroutine in AP/DOS and AP/Unix implementations using a syntax similar to that of normal C.
basic.cfunction Definition Declare a list of C functions.
basic.%fclose C Function Closes stream.
basic.%fopen C Function Opens a stream.
basic.%fputc C Function Puts a character on a stream.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.