File: error.h

package info (click to toggle)
bar 1.11.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 836 kB
  • sloc: ansic: 4,381; sh: 3,334; makefile: 142
file content (11 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __error_h__
#define __error_h__

#include "headers.h"

int get_errno(void);
void clear_errno(void);
void print_error(FILE *ferr, char *fmt, ...);
void print_esup(FILE *ferr, char *fmt, ...);

#endif