File: wrap_printf.h

package info (click to toggle)
drbd-utils 9.22.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,768 kB
  • sloc: ansic: 48,975; xml: 11,553; cpp: 9,843; sh: 4,568; makefile: 1,029; perl: 353; ruby: 43
file content (8 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#ifndef __WRAP_PRINTF
#define __WRAP_PRINTF

extern int wrap_printf(int indent, const char *format, ...)
	__attribute__((format(printf, 2, 3)));
extern int wrap_printf_wordwise(int indent, const char *str);

#endif  /* __WRAP_PRINTF */