![thorpej](/assets/img/avatar_default.png)
foo += sscanf(++foo, ...); constructs to: ++foo; foo += sscanf(foo, ...); to avoid the following warning from gcc 3.1: warning: operation on `pos' may be undefined
foo += sscanf(++foo, ...); constructs to: ++foo; foo += sscanf(foo, ...); to avoid the following warning from gcc 3.1: warning: operation on `pos' may be undefined