alternative to the fscanf()/vscanf() functions family for using an alternative validation key or how to create a custom language layout?
问题 I am rather knew in C. And the only way I know for setting a variable from stdin is by using the fscanf() / vscanf() functions family. DOS operating systems are seeing a resurgence in the embedded market. The device which I am using is programmatically compatible with DOS and use a NEC V30Mx which feature the 80286 instruction set. The problem is the built-in keyboard doesn’t feature the enter key and instead use the EXE key which enter the 0x1C00 key code (Alt enter) . So when I write a