File: fail.h

package info (click to toggle)
pngphoon 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: ansic: 5,652; sh: 33; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9

#ifndef _FAIL_H_
#define _FAIL_H_ _FAIL_H_

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

#endif /* _FAIL_H_ */