diff options
Diffstat (limited to 'misc/examples/unordered_set.c')
| -rw-r--r-- | misc/examples/unordered_set.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/examples/unordered_set.c b/misc/examples/unordered_set.c index 61f9cc1f..dd899d78 100644 --- a/misc/examples/unordered_set.c +++ b/misc/examples/unordered_set.c @@ -1,10 +1,11 @@ // https://iq.opengenus.org/containers-cpp-stl/ // C program to demonstrate various function of stc cset +#define i_implement #include <stc/cstr.h> #define i_key_str #include <stc/cset.h> -int main() +int main(void) { // declaring set for storing string data-type cset_str stringSet = {0}; |
