File:Stdstreams-notitle.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 323 × 191 pixels, file size: 4 KB)

Summary

 
W3C-validity not checked.
Description
English: Schema of POSIX and C standard streams (stdio). Illustrates a text terminal, the program in execution (process), the streams standard input stdin, standard output stdout, standard error stderr.
Deutsch: Schema von POSIX und C Standard-Datenströmen
Français : Scheme de POSIX et C Flux standard
Español: Esquema de POSIX y C de Entrada estándar
Português: Esquema do POSIX y C do Fluxos padrão
Română: Schemă despre POSIX și C standard streams
Magyar: Ábrázolja az POSIX és C standard streams
Italiano: Schematica degli POSIX e C Canali standard
Date
Source Own work
Author Danielpr85 based on Graphviz source of TuukkaH

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Graphviz source

// file: stdstreams.dot
// SVG generated with
//   dot - graphviz version 2.38.0 (20140413.2041)
// using the command
//   dot -Tsvg stdstreams.dot > stdstreams.svg
digraph StandardStreams {
    rankdir=LR
    style=filled
    color=white
    subgraph clusterTerminal {
        label="Text terminal"
        style=filled
        color=lightgrey
        node [style="filled,bold,rounded",fillcolor=white,shape=box]
        Keyboard
        Display
    }
    Keyboard -> Process [label="#0 stdin"]
    Process -> Display [label="#1 stdout"]
    Process -> Display [label="#2 stderr"]
}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

15 September 2016

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:01, 15 September 2016Thumbnail for version as of 07:01, 15 September 2016323 × 191 (4 KB)Danielpr85File as produced by Graphviz by the given source (no Inkscape), filesize 3.6K.
11:59, 14 September 2016Thumbnail for version as of 11:59, 14 September 2016535 × 328 (58 KB)Danielpr85The numbers #0, #1, #2 have a meaning. Reverted to version as of 22:27, 17 January 2009 (UTC)
13:34, 1 November 2013Thumbnail for version as of 13:34, 1 November 2013535 × 328 (9 KB)ScotXWfrom 2KiB to 58KiB down to 9KiB
22:27, 17 January 2009Thumbnail for version as of 22:27, 17 January 2009535 × 328 (58 KB)TyIzaeL{{Information |Description=Improved version of previous image. To better match another streams diagram I reworked. |Source= |Date= |Author= |Permission= |other_versions= }}
02:13, 7 April 2006Thumbnail for version as of 02:13, 7 April 2006338 × 231 (2 KB)TuukkaHI made this simple diagram of Unix and C standard streams (stdio) using Graphviz. Depicted: a text terminal, the running program, the streams standard input stdin, standard output stdout, standard error stderr. Commandline was <stdstreams.dot dot -Tsvg
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata