
#include <stdio.h>

main()
{
	/* parse everything in the dxf file */
  	dxfyyparse();
	SmlReadFile(NULL, NULL);
}
