User Tools

Site Tools


c:keywords:stdout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

c:keywords:stdout [2013/01/12 15:40]
Jim removed
c:keywords:stdout [2024/02/16 01:05] (current)
Line 1: Line 1:
 +{{keywords>wiki library source code example reference}}
 +===== stdout =====
 +   Pointer to a type FILE
 +   
 +===== C Sourcecode Example =====
 +<code c>
 +#include <stdio.h> /* including standard library */
 +//#include <windows.h> /* uncomment this for Windows */
  
 +
 +int main ( void ) 
 +{
 +int c=66;
 +
 +fputc(c, stdout);
 +return 0;
 +
 +}
 +</code>
 +
 +==== output ====
 +    ./stdout.c
 +    B
 +    

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/keywords/stdout.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz