Linux Standard Base Specification 1.0.0
Prev
Next
_IO_puts
Name
_IO_puts -- alias for puts
Synopsis
int _IO_puts(const char *__c);
Description
_IO_puts() writes the string __s and a trailing newline to stdout.
Prev
Home
Next
_IO_putc
Up
isblank