Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Sehe ich das richtig, dass hier von stdin gelesen wird?
i = read( 0, buf, 4096);
MFG fsd.
Ja.
0 entspricht stdin, 1 entspricht stdout und 2 entspricht stderr
Gut, danke! Das hab ich mir schon fast so gedacht. War mir nur nicht sicher.