comparison Resources/PostgreSQL/printf_archetype.c @ 0:7cea966b6829

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jul 2018 08:16:29 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7cea966b6829
1 extern int
2 pgac_write(int ignore, const char *fmt,...)
3 __attribute__((format(gnu_printf, 2, 3)));
4 int
5 main ()
6 {
7
8 ;
9 return 0;
10 }