diff options
| author | Tyge Løvset <[email protected]> | 2020-09-26 09:12:17 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-09-26 09:12:17 +0200 |
| commit | fa79e56bce051e43cbd236c96039b528b1f4ae98 (patch) | |
| tree | c19d33e1b5a5fcb204b9cb568e934438ff150478 /examples/share_ptr2.c | |
| parent | 45bfe3f95e0c6287b0c6a6da488744718c8f43f9 (diff) | |
| download | STC-modified-fa79e56bce051e43cbd236c96039b528b1f4ae98.tar.gz STC-modified-fa79e56bce051e43cbd236c96039b528b1f4ae98.zip | |
Merged csptr.h into cptr.h, simpler with one include file and these are very related and short.
Diffstat (limited to 'examples/share_ptr2.c')
| -rw-r--r-- | examples/share_ptr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/share_ptr2.c b/examples/share_ptr2.c index 726a9bc0..1b90f49e 100644 --- a/examples/share_ptr2.c +++ b/examples/share_ptr2.c @@ -1,4 +1,4 @@ -#include <stc/csptr.h>
+#include <stc/cptr.h>
#include <stc/cmap.h>
#include <stc/cstr.h>
#include <stdio.h>
|
