diff options
| author | tylo <[email protected]> | 2020-03-11 12:17:12 +0100 |
|---|---|---|
| committer | tylo <[email protected]> | 2020-03-11 12:17:12 +0100 |
| commit | a084c423f73018aec5c49d8bcbaa38080c277cfb (patch) | |
| tree | 27d1941271910a8014d4de3c83184ae65781bf31 /benchmark.cpp | |
| parent | 5fd6c45cb5869f4316c843d7269d69338e213579 (diff) | |
| download | STC-modified-a084c423f73018aec5c49d8bcbaa38080c277cfb.tar.gz STC-modified-a084c423f73018aec5c49d8bcbaa38080c277cfb.zip | |
NEW API
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp index b6a2f472..d88a38fa 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -2,12 +2,12 @@ #include <stdio.h>
#include <time.h>
#include "c_string.h"
-#include "c_hashmap_.h"
+#include "c_hashmap.h"
#include <unordered_map>
c_declare_Hashmap(ii, int, int);
-declare_c_StringVector(s);
+c_declare_Vector_string(s);
int main()
{
|
