struct Gambit::_err
[No description available]
Public Attributes
| Name | |
|---|---|
| char | errWhere |
| char | errText |
| int | errValue |
| struct _err * | next |
Public Attributes Documentation
variable errWhere
char errWhere;
variable errText
char errText;
variable errValue
int errValue;
variable next
struct _err * next;
Updated on 2022-08-03 at 12:58:02 +0000