[PATCH] Teach sscanf about 'hh' and 'll'
Adds support for 'hh' (store number in char *) and 'll' (proper C99 for long long) modifiers to sscanf().
Showing
Please register or sign in to comment
Adds support for 'hh' (store number in char *) and 'll' (proper C99 for long long) modifiers to sscanf().