summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
committerTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
commit14b85f80eddd835f2fb9c5925cd8728264fc73cf (patch)
treeca21a18f424b957f4970dca8c313e850713791e5 /examples
parent254e61e2774d6b8fa6064e61c054014bfc460d91 (diff)
downloadSTC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.tar.gz
STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.zip
Update docs on i_implement / shared linking.
Diffstat (limited to 'examples')
-rw-r--r--examples/unordered_set.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/unordered_set.c b/examples/unordered_set.c
index 99a9da49..a0b639da 100644
--- a/examples/unordered_set.c
+++ b/examples/unordered_set.c
@@ -1,6 +1,5 @@
// 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>