1 2 3 4 5 6 7 8
#ifndef SLIBTOOL_TXTLINE_IMPL_H #define SLIBTOOL_TXTLINE_IMPL_H #include <slibtool/slibtool.h> int slbt_txtline_to_string_vector(const char *, char ***); #endif