j
k
j a
j l
Jacek Caban jacek@codeweavers.com writes:
/* FIXME: Implement in more generic and safe way */ for(ptr = name; *ptr && isdigitW(*ptr); ptr++) i = i*10 + (*ptr-'0');
i = i*10 + (*ptr-'0');
What's wrong with strtoulW?
Back to the thread
Back to the list