historical/toontown-classic.git/panda/include/parser-inc/errno.h

8 lines
85 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#pragma once
#define EDOM 33
#define EILSEQ 84
#define ERANGE 34
extern int errno;