1 2 3 4 5 6 7 8 9 10 11 12
#ifndef SLIBTOOL_M4FAKE_IMPL_H #define SLIBTOOL_M4FAKE_IMPL_H #include <slibtool/slibtool.h> int slbt_m4fake_expand_cmdarg( const struct slbt_driver_ctx * dctx, struct slbt_txtfile_ctx * sctx, const char * cmdname, char (*argbuf)[PATH_MAX]); #endif