source:
trunk/config.tests/unix/psql/psql.cpp@
203
Last change on this file since 203 was 2, checked in by , 16 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | #include "libpq-fe.h" |
2 | |
3 | int main(int, char **) |
4 | { |
5 | PQescapeBytea(0, 0, 0); |
6 | PQunescapeBytea(0, 0); |
7 | return 0; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.