kvisc/ka/crt/err/errno.k

9 lines
164 B
Plaintext

; The OS/K Team licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
EOK := 0
EINVAL := 1
errno = 0