Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Macros | Functions | Variables
copy.h File Reference
#include <stdio.h>
+ Include dependency graph for copy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BLOCK_SIZE   256
 

Functions

 while ((n=fread(buffer, sizeof(char), BLOCK_SIZE, stdin))) fwrite(buffer
 
 sizeof (char)
 

Variables

char buffer [BLOCK_SIZE]
 
ssize_t n
 
 stdout
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   256

Definition at line 17 of file copy.h.

Function Documentation

◆ sizeof()

sizeof ( char  )

◆ while()

while ( (n=fread(buffer, sizeof(char), BLOCK_SIZE, stdin))  )

Variable Documentation

◆ buffer

char buffer[BLOCK_SIZE]

Definition at line 18 of file copy.h.

◆ n

n

Definition at line 19 of file copy.h.

◆ stdout

stdout

Definition at line 21 of file copy.h.