The C11 standard added few *_s functions, for safer version of scanf and friends. The functions eliminate/close many potentials security holes when using scanf and friends.
any chance of adding them. Implementation is very simple - starting from the existing implementation of scanf/vscanf/…