gooderp18绿色标准版
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 lines
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