Skip to content
Snippets Groups Projects
Commit 6e719276 authored by rswindell's avatar rswindell
Browse files

Added PT/SC headers and CVS ID keyword.

Moved _errno definition here (from sbbsdefs.inc).
parent e58ca4cd
Branches
Tags
No related merge requests found
# ERRNO.INC
# errno.inc
# Defines the system error variable _errno and the error
# numbers set by system calls. Errors which exist in Unix(tm)
# but not MSDOS have value -1.
# $id$
# @format.tab-size 8, @format.use-tabs true
!global _ERRNO
!define EZERO 0 # Error 0
!define EINVFNC 1 # Invalid function number
!define ENOFILE 2 # File not found
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment