gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 line
509B

  1. /*
  2. * string.h
  3. * string handling helpers
  4. *
  5. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  6. * Portions Copyright (c) 1994, Regents of the University of California
  7. *
  8. * src/include/common/string.h
  9. */
  10. #ifndef COMMON_STRING_H
  11. #define COMMON_STRING_H
  12. extern bool pg_str_endswith(const char *str, const char *end);
  13. extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
  14. int base);
  15. extern void pg_clean_ascii(char *str);
  16. #endif /* COMMON_STRING_H */
上海开阖软件有限公司 沪ICP备12045867号-1