libwmf_prog.c 70 B

123456789
  1. #include <libwmf/api.h>
  2. int
  3. main()
  4. {
  5. wmf_help();
  6. return 0;
  7. }