/* dlltest4.c (emx+gcc) */

#include <stdio.h>
#include "testdll4.h"

int main (int argc, char *argv[])
{
  printf ("This is dlltest4.exe\n");
  test ();
  return (0);
}
