예제 #1
0
 public static string strerror(ERRORNUMBER err)
 {
     return strerror((int)err);
 }
예제 #2
0
 public static string strerror(ERRORNUMBER err)
 {
     return(strerror((int)err));
 }