Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->fputs()
Summary
#include <stdio.h>
| int fputs(const char* string, FILE* stream); | Write a string to the output stream |
| string | Pointer to the string to be written |
| stream | Pointer to FILE structure |