check_octstr.c
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * check_octstr.c - checking of octet string functions
  3.  */
  4. #include <string.h>
  5. #include "gwlib/gwlib.h"
  6. static int signof(int n)
  7. {
  8.     if (n < 0)
  9.      return -1;
  10.     if (n == 0)
  11.      return 0;
  12.     return 1;
  13. }
  14. static void check_comparisons(void) 
  15. {
  16.     static const char *tab[] = {
  17. "",
  18. "a",
  19. "ab",
  20. "abc",
  21. "abc邃