Format: AllC/C++CSSTextshell script Advanced Search
41: { 42: return((*pos = ftello(fp)) == (fpos_t)-1); 43: }
96: 97: pos = (long)ftello(fp); 98: return(pos);