aboutsummaryrefslogtreecommitdiff
path: root/inc/err.h
blob: c1ae3d99e09bf12b5d21865555fb351b1bda1b2d (plain) (blame)
1
2
3
4
5
6
#ifndef ERR_H
#define ERR_H

typedef enum { ERR, OK, END } err;

#endif