diff options
| author | Tylo <[email protected]> | 2020-06-21 15:26:22 +0200 |
|---|---|---|
| committer | Tylo <[email protected]> | 2020-06-21 15:26:22 +0200 |
| commit | fc26b38cb71cbc98504f511192d8fa2124fd1e4e (patch) | |
| tree | d7556841daf14d5a886cf72fa1359354cc7622fc /demos.c | |
| parent | 173d32f0eb194b30b40fb5eb6e708bc3c4f8f421 (diff) | |
| download | STC-modified-fc26b38cb71cbc98504f511192d8fa2124fd1e4e.tar.gz STC-modified-fc26b38cb71cbc98504f511192d8fa2124fd1e4e.zip | |
Renamed files and classes: cmap -> chash, copt -> coption
Diffstat (limited to 'demos.c')
| -rw-r--r-- | demos.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "stc/cvector.h" #include "stc/clist.h" -#include "stc/cmap.h" +#include "stc/chash.h" #include "stc/cstring.h" |
