vsscanf implementation !?
Posted: Wed Jul 13, 2005 6:24 am
Salam..
I have written keyboard driver, and write the getch system call for reading the input from keyboard.
and i want to build a scanf interface.
i reviewed the scanf implementation in linux and some simple operating system, i found that the scanf implementation is standard, and depend on :
1- va_list arguments
2- vsscanf() function.
3- sscanf() function
i searched about this things, but i could't understand the global idea.
could help me by some documentation about, please ?
Thanx
I have written keyboard driver, and write the getch system call for reading the input from keyboard.
and i want to build a scanf interface.
i reviewed the scanf implementation in linux and some simple operating system, i found that the scanf implementation is standard, and depend on :
1- va_list arguments
2- vsscanf() function.
3- sscanf() function
i searched about this things, but i could't understand the global idea.
could help me by some documentation about, please ?
Thanx