So far, I've used stdio functions with standard buffers, namely char arrays. But in doing a b-tree project, the sample provided used fileio.h. Since I was not familiar with that & don't know where to get, I converted I/O statements to the stdio equivalents. The sample had code to read in data from file to a btree page structure. I used ...