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.

17 lines
420B

  1. /*-----------------------------------------------------------------------
  2. * ascii.h
  3. *
  4. * Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
  5. *
  6. * src/include/utils/ascii.h
  7. *
  8. *-----------------------------------------------------------------------
  9. */
  10. #ifndef _ASCII_H_
  11. #define _ASCII_H_
  12. extern void ascii_safe_strlcpy(char *dest, const char *src, size_t destsiz);
  13. #endif /* _ASCII_H_ */
上海开阖软件有限公司 沪ICP备12045867号-1