firasuke / cross / slibtool

Forked from cross/slibtool 3 months ago
Clone
Blob Blame History Raw
#ifndef SLIBTOOL_TXTLINE_IMPL_H
#define SLIBTOOL_TXTLINE_IMPL_H

#include <slibtool/slibtool.h>

int slbt_txtline_to_string_vector(const char *, char ***);

#endif