On Sat, Mar 29, 2003 at 12:13:03PM +0100, Lars Gullik Bj?nnes wrote:

> |    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?

RunCommand

john

Reply via email to