repo.or.cz
/
opsoft_test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
current version
[opsoft_test.git]
/
silentbob
/
gclib
/
include
/
gclib
/
best_names.h
blob
fcc7fed964d18db805a51633f52afea4774e7fed
1
/*
2
* (c) Oleg Puchinin 2006
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_BEST_NAMES_H
8
#define DEFINE_BEST_NAMES_H
9
10
typedef
EHash Hash
;
11
typedef
EList List
;
12
typedef
EList AV
;
13
typedef
EArray Array
;
14
typedef
DJobs Jobs
;
15
typedef
DHeapSort HeapSort
;
16
17
#endif
18