<< Previous | Next >>

puts

int puts( char * s );

Description

This function displays the string on the stdio window in Dynamic C. The Stdio window is responsible for interpreting any escape code sequences contained in the string. Only one process at a time should call this function.

Parameters

s
Pointer to string argument to be displayed.

Return value

1: Success.

Library

STDIO.LIB

See also

putchar, gets


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