aboutsummaryrefslogtreecommitdiff
path: root/src/constant.h
blob: 1bb6bf471c2d2592e5e887ea4be0c7dcfadb6194 (plain)
1
2
3
4
5
6
7
#ifndef __CONSTANT_H
#define __CONSTANT_H

#define ERROR -1
#define OK 0

#endif