Description
Source
Call Graph
puts
Outputs a string on stdout.


Syntax / parameters
signed int puts (const char *pStr)
|
Name |
Type |
Default |
Description |
pStr |
const char *
|
|
String to output.
|
|
Return value |
signed int
|
|
|
Description
Outputs a string on stdout.
Source
The documentation for this Member was generated from the following file:
stdio.c