current version
[opsoft_test.git] / silentbob / gclib / include / gclib / best_names.h
blobfcc7fed964d18db805a51633f52afea4774e7fed
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_BEST_NAMES_H
8 #define DEFINE_BEST_NAMES_H
10 typedef EHash Hash;
11 typedef EList List;
12 typedef EList AV;
13 typedef EArray Array;
14 typedef DJobs Jobs;
15 typedef DHeapSort HeapSort;
17 #endif