kvisc/ka/crt/err/errno.k

8 lines
163 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.
EINVAL := 1
errno = 0
EOK := 0