testc_helpers.h 351 B

12345678910111213141516171819
  1. /** @file testc_helpers.h
  2. * @brief Testc helper functions.
  3. */
  4. #ifndef _faux_testc_helpers_h
  5. #define _faux_testc_helpers_h
  6. #include <stddef.h>
  7. #include "faux/faux.h"
  8. C_DECL_BEGIN
  9. ssize_t faux_testc_file_deploy(const char *fn, const char *str);
  10. char *faux_testc_tmpfile_deploy(const char *str);
  11. C_DECL_END
  12. #endif /* _faux_testc_helpers_h */