File:Stdstreams-notitle.svg

Uploaded by Shiro D. Neko
Upload date 2024-05-09T17:54:23Z
MIME type image/svg+xml
Dimensions 344 × 204 px
File size 5.2 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
Translate this file This SVG file contains embedded text that can be translated into your language, using any capable SVG editor, text editor or the SVG Translate tool. For more information see: About translating SVG files.

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

tiramisu=codename(Android 13)

Items portrayed in this file

depicts

15 September 2016

Category:C file input/output Category:Computer science diagrams Category:English-language SVG diagrams Category:Images with Graphviz source code Category:Linux kernel Category:PD-self Category:POSIX Category:Self-published work Category:Translation possible - SVG Category:Unchecked SVG validity