Darwin Help
Back to Index
prints
Function
prints
- print strings in full length
Calling Sequence
prints(string1,...)
Parameters
Name
Type
Description
string1
string
a string to be printed
Return Type
NULL
Synopsis
Print all the arguments as strings (format %s) ended with a newline.
See also
dprint
,
lprint
,
print
,
printf