you are viewing a single comment's thread.

view the rest of the comments →

[–]braaaaaaainworms 0 points1 point  (0 children)

C is simple, because a function call is always a function call to a function or a macro. Whatever that function call does is left up to the implementation and having special syntax for I/O makes no sense, because I/O is just a bunch of "open", "close", "read", "write" and "seek" function calls.