/* chkversion.c */ /* Copyright 1997-2000 by Eberhard Mattes Donated to the public domain. No warranty. 1997-09-12 Initial version 2000-05-31 libemfw 400 */ #include #include "libemfw.h" int main (void) { libemfw_version_check (400, 499); return 0; }