PDA

Ver la Versión Completa : Línea de código


Guillermo80
09-04-2008, 21:11:20
Hola, va a parecer un poco descarado, pero me gustaría que me interpretaran esto:

if(file == stdout)
file = get_binary_stdout_(); /* just to be safe */


Explico: file es un fichero wav, pero no entiendo qué es stdout :o

Un saludo.

escafandra
09-04-2008, 22:45:09
De la Ayuda de C:
Header File

stdio.h

Description

Predefined streams automatically opened when the program is started.

Name Meaning

stdin Standard input device
stdout Standard output device
stderr Standard error output device

get_binary_stdout_() debe ser una función de usuario...

Saludos.;)