view Resources/PostgreSQL/printf_archetype.c @ 346:ff9ae0b46360 OrthancMySQL-1.1

closing OrthancMySQL-1.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 16:09:17 +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;
}