On November 3, 2003 08:01 am, Ferenc Wagner wrote: > This will be a windows application after all... Running on > native Windows. We can not use Unixism, or can we? By the
Yes, but it can be a Winelib app as well. Theoretically we should use only stuff that is portable between libc and msvcrt. > way, why does the scanf test work? Because msvcrt is linked > before libc? What decides which sscanf will be called? Yes, I think it is linked before libc. Try not linking against msvcrt, see what happens. -- Dimi.
