COHERENT help

This page displays the COHERENT help information for fputs.

Listing of available help pages


fputs() -- Write string into file stream

#include <stdio.h>
int fputs(string, fp)
char *string; FILE *fp;