Update #include for ctrace docs

This commit is contained in:
Jeremy 2024-02-11 11:44:31 -06:00
parent e166c9804d
commit c771c4d3f5
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -18,7 +18,7 @@ Cpptrace provides a C API under the name ctrace, documented below.
All ctrace declarations are in the `ctrace.h` header: All ctrace declarations are in the `ctrace.h` header:
```c ```c
#include <cpptrace/ctrace.h> #include <ctrace/ctrace.h>
``` ```
### Stack Traces ### Stack Traces