You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
307 B
13 lines
307 B
(typename $errno
|
|
(enum u32
|
|
;;; Success
|
|
$ok
|
|
;;; Invalid argument
|
|
$invalid_arg
|
|
;;; I really don't want to
|
|
$dont_want_to
|
|
;;; I am physically unable to
|
|
$physically_unable
|
|
;;; Well, that's a picket line alright!
|
|
$picket_line))
|
|
|
|
|