8 lines
85 B
C
8 lines
85 B
C
#pragma once
|
|
|
|
enum status_t
|
|
{
|
|
S_OK = 0,
|
|
S_BAD_SYSCALL,
|
|
S_OUT_OF_MEMORY
|
|
}; |