2
0

Error.hx 92 B

12345
  1. package mbedtls;
  2. class Error {
  3. extern static public function strerror(code:Int):String;
  4. }