~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to lib/miofile.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    int printf(const char* format, ...);
65
65
    char* fgets(char*, int);
66
66
    int _ungetc(int);
 
67
    bool eof();
67
68
    inline int _getc() {
68
69
        if (f) {
69
70
            return fgetc(f);