/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/preproc/comment.pgc
21 строка
498 B
Peter Eisentraut
Remove extra newlines at end and beginning of files, add missing newlines
19 авг 2010, 09:57
19 авг 2010, 09:57
3f11971
Код
Авторство
О чём код?
#include <stdlib.h> exec sql include ../regression; /* just a test comment */ int i; /* just a test comment int j*/; /****************************************************************************/ /* Test comment */ /*--------------------------------------------------------------------------*/ int main(void) { ECPGdebug(1, stderr); exec sql --this is a comment too connect to REGRESSDB1; exec sql disconnect; exit (0); }