/*
* Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
int
int argc;
char **argv;
{
size_t n;
"test sm_io_stdioopen, smiostdin, smiostdout");
#if 0
/*
** stream should now be closed. This is a tricky way to test
** if it is still open. Alas, it core dumps on Linux.
*/
#endif
{
buf[n] = '\0';
}
#if 0
/*
** Copy smiostdin to smiostdout
** gotta think some more about how to test smiostdin and smiostdout
*/
sm_io_putc(smiostdout, c);
#endif
return sm_test_end();
}