_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.