kvisc/ka/crt/err/errno.k

8 lines
163 B
Plaintext
Raw Normal View History

2019-05-30 18:31:50 +02:00
; The OS/K Team licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
2019-06-05 22:11:45 +02:00
EINVAL := 1
errno = 0
2019-05-30 18:31:50 +02:00
2019-06-26 21:25:59 +02:00
EOK := 0