Grabbing the output from the Show...() functions
Posted: Fri Jan 28, 2011 4:06 pm
I'm looking at creating a fd mapped to memory ala the example in the NNDK Prog Man.
But then I will need to swap this fd with stdio before i use it. i really don't like having
to swap back and forth so i can use stdio too. some(?) of the Show...() functions
have fShow...() versions. i could add fShow...() versions for some of the others, but
am i doing this the hard way?
But then I will need to swap this fd with stdio before i use it. i really don't like having
to swap back and forth so i can use stdio too. some(?) of the Show...() functions
have fShow...() versions. i could add fShow...() versions for some of the others, but
am i doing this the hard way?