libghostty
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1
6
7
#ifndef GHOSTTY_VT_RESULT_H
8
#define GHOSTTY_VT_RESULT_H
9
13
typedef
enum
{
15
GHOSTTY_SUCCESS
= 0,
17
GHOSTTY_OUT_OF_MEMORY
= -1,
19
GHOSTTY_INVALID_VALUE
= -2,
20
}
GhosttyResult
;
21
22
#endif
/* GHOSTTY_VT_RESULT_H */
GhosttyResult
GhosttyResult
Definition
result.h:13
GHOSTTY_INVALID_VALUE
@ GHOSTTY_INVALID_VALUE
Definition
result.h:19
GHOSTTY_OUT_OF_MEMORY
@ GHOSTTY_OUT_OF_MEMORY
Definition
result.h:17
GHOSTTY_SUCCESS
@ GHOSTTY_SUCCESS
Definition
result.h:15
include
ghostty
vt
result.h
Generated by
1.14.0