testc_helpers.h 301 B

123456789101112131415161718
  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. C_DECL_END
  11. #endif /* _faux_testc_helpers_h */