view Resources/PostgreSQL/printf_archetype.c @ 30:e7732cf515df

fix freebsd
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 17:39:24 +0200
parents 7cea966b6829
children
line wrap: on
line source

extern int
pgac_write(int ignore, const char *fmt,...)
__attribute__((format(gnu_printf, 2, 3)));
int
main ()
{

  ;
  return 0;
}