citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit f43f881ad5436d1297e2c0842a0f08418fafc31c
parent 4b465904e376b945d8d5924a419f0684258092b8
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 22:04:33 -0600

lib: add libscv_init() prototype to header

Diffstat:
Mlib/scv_runtime.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/scv_runtime.h b/lib/scv_runtime.h @@ -7,3 +7,5 @@ struct scv_node { const char *file_name; struct scv_node *next; }; + +void libscv_init();