www.delorie.com/djgpp/doc/libc-2.01/libc_290.html   search  
Go to the first, previous, next, last section, table of contents.


fputs

Syntax

#include <stdio.h>

int fputs(const char *string, FILE *file);

Description

This function all the characters of string (except the trailing NULL) to the given file.

Return Value

A nonnegative number on success, EOF on error.

Example

fputs("Hello\n", stdout);


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997