File: fail.h

package info (click to toggle)
pngphoon 1.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ansic: 5,484; makefile: 58
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7

#ifndef _FAIL_H_
#define _FAIL_H_ 1

void fail(const char * s, ...);

#endif /* _FAIL_H_ */