File: test017

package info (click to toggle)
pmccabe 2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 876 kB
  • sloc: ansic: 3,084; cpp: 1,080; sh: 401; makefile: 42
file content (8 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#include <stdint.h>

class Foo
{
	void fmt(const char* fmt, ...) const __attribute__ ((format (printf,1,2)));
        char    *timidity_ctl_command(const char *fmt, ...) GCC_PRINTF(2, 3);
        int64_t *command(const char *fmt, ...) const volatile throw() _ATTRIBUTE(1, 2);
};