> > Simple question... > Whats wrong with this code? > > argument = skip_spaces(&argument); > > Here is the error message... > void value not ignored as it ought to be skip_spaces doesnt return a value. It's just: skip_spaces(&argument); Hades
This archive was generated by hypermail 2b30 : 12/18/00 PST