duck_str.c 338 B

12345678910111213141516171819
  1. /***********************************************\
  2. ??? duck_io.c
  3. \***********************************************/
  4. #include <stdio.h>
  5. #include <string.h>
  6. #include <io.h>
  7. #include <fcntl.h>
  8. #include <windows.h>
  9. #include "duck_io.h"
  10. #include "duck_hfb.h"
  11. int duck_strcmp(const char *s1, const char *s2)
  12. {
  13. return strcmp(s1, s2);
  14. }