| 816 | } |
| 817 | |
| 818 | char * |
| 819 | TSfgets(TSFile filep, char *buf, size_t length) |
| 820 | { |
| 821 | FileImpl *file = reinterpret_cast<FileImpl *>(filep); |
| 822 | return file->fgets(buf, length); |
| 823 | } |
| 824 | |
| 825 | //////////////////////////////////////////////////////////////////// |
| 826 | // |