Alex Lin 0144cc121a Split test sims and fun sims into separate directories.
Moved more sims into the test directory.

refs #191
2016-02-23 14:38:49 -06:00

22 lines
625 B
C

/*********************************** TRICK HEADER **************************
PURPOSE: (Test ip)
REFERENCES: (none)
ASSUMPTIONS AND LIMITATIONS: (Autocreated by trick_ui)
CLASS: (scheduled)
LIBRARY DEPENDENCY: (ip.o)
PROGRAMMERS: ((lin) (Thu Feb 27 14:57:16 CST 2003))
***************************************************************************/
#include <stdio.h>
#include "../include/ip.h"
int ip_test(
/* RETURN: -- Always return zero */
INT_STR* I) /* INOUT: -- Parameter */
{
return ( 0 );
}