John Levon <[EMAIL PROTECTED]> writes:

|    1239         int c = fgetc(inf);
|    1240         while (c != EOF) {
|    1241                 ret += static_cast<char>(c);
|    1242                 c = fgetc(inf);
|    1243         }

Where is this code comming from?

-- 
        Lgb

Reply via email to