diff options
| author | Tyge Løvset <[email protected]> | 2022-01-15 13:29:49 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-15 13:29:49 +0100 |
| commit | 12fc6070378f5f78b07f7ac1efdadfdb8534ff27 (patch) | |
| tree | 7d27c7073f9bb23226060d6aa0dfdd6bf21f877a /examples/stack.c | |
| parent | 349ba35358f10923a62947aaee8056d14f1be74a (diff) | |
| download | STC-modified-12fc6070378f5f78b07f7ac1efdadfdb8534ff27.tar.gz STC-modified-12fc6070378f5f78b07f7ac1efdadfdb8534ff27.zip | |
Added back cregex with examples. Found the bug in his code.
Diffstat (limited to 'examples/stack.c')
| -rw-r--r-- | examples/stack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stack.c b/examples/stack.c index f392ecd1..29b39aef 100644 --- a/examples/stack.c +++ b/examples/stack.c @@ -1,6 +1,5 @@ #include <stdio.h>
-#include <stc/cstr.h>
#define i_tag i
#define i_val int
|
