Is there a way to have a pointer to a bitvek?
Many IO system calls (in particular, connection-related) return data to a buffer of a certain size. There is a trick or way to point to a sorting bucket, so I can accept any amount of data to be thrown. Doing something like "char tmp [INT_MAX]" is crazy. The behavior I was looking for is something like / dev / null, only in the world of pointers.
Do not hope so .... just curious.
Thanks Chenz
UPDATE: Maybe mmap-ing / dev / null. I forgot about it when I asked a question.
source
share