lhmouse/asteria

`errno` and `rocket::format()`

lhmouse opened this issue · 0 comments

  1. Add new format specifiers for rocket::format():
    1. ${errno}: the numeral form of errno
    2. ${errno:str}: its string form, obtained from strerror_r(errno)
    3. ${errno:full}: combination of the above
  2. Remove asteria::format_errno() thereafter.