Name: Anonymous 2007-02-11 10:59
I just don't get how it works.
write(1, buffer, bytestowrite) writes to stdout.
if i open a file with open() and then do a write(2, etc..) it writes to that file.
thing is how do i know the number every time ? i don't get that :S
write(1, buffer, bytestowrite) writes to stdout.
if i open a file with open() and then do a write(2, etc..) it writes to that file.
thing is how do i know the number every time ? i don't get that :S