Files
encryptsql/db_include/utils/ascii.h
blue-lemon0104 0120fa9ce3 init
2026-04-07 13:35:22 +08:00

17 lines
420 B
C
Executable File

/*-----------------------------------------------------------------------
* ascii.h
*
* Portions Copyright (c) 1999-2021, PostgreSQL Global Development Group
*
* src/include/utils/ascii.h
*
*-----------------------------------------------------------------------
*/
#ifndef _ASCII_H_
#define _ASCII_H_
extern void ascii_safe_strlcpy(char *dest, const char *src, size_t destsiz);
#endif /* _ASCII_H_ */