Michael Greene wrote:
Ok, then the testfile should just check for 'T'.
testfile should verify that a seek()able file has backed up it's current position according to apr_file_tell() (apr_file_seek(APR_CUR, 0) is shorthand for this, seek to the current position) and that the next char read is the previous char ungetc'ed. Bill
