2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2009, PostgreSQL Global Development Group
11 /* The cooler version of strtok() which knows about quotes and doesn't
12 * overwrite your input */
13 extern char *strtokx(const char *s
,
14 const char *whitespace
,
22 #endif /* STRINGUTILS_H */