better errors
[m6w6/ext-psi] / psi.d / errno.psi
1 // redirected macro
2 extern int errno();
3 function psi\errno() : int {
4 return to_int(errno);
5 }