index
:
exercise/tinyserver
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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