Skip to content
  • Ahmed Abd El Mawgood's avatar
    Add support for multiple unget at the same time · 7a6f9637
    Ahmed Abd El Mawgood authored
    According to the standards, only one ungetc may be guaranteed however
    glibc allows more than one of those, and to be glibc compatiable, one
    needs to be able to do the same, allowing only 1 ungetc may trigger bug
    while compiling gcc as ungetc is used there alot
    7a6f9637