blob: cabf809928942c6609ef3deed8e72922b52bda01 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST
extern inline int libexec_input_text_copy(struct libexec_command *, int, const char *);
#else
LIBEXEC_CONST__ int main(void) {return 0;} /* TODO test */
#endif
|