Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 265 Bytes

File metadata and controls

12 lines (11 loc) · 265 Bytes

TODO

  • Implement:
    • eprintf
    • get_char
    • get_double
    • get_float
    • get_int
    • get_long_long
    • get_string
  • Disable buffering of std::cout and std::cerr.
  • Decide whether get_string should return string or c_str.