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