repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
dundancy
/
source
/
config.h
blob
c29d5de87eee43173e48149976c984265e87c901
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#define STRING_H
5
#define DEBUG
6
#define MAX_STRING_SIZE 1024
7
8
#endif