mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-20 06:12:14 +02:00
.
This commit is contained in:
14
lib/error.h
Normal file
14
lib/error.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _error_h_
|
||||
#define _error_h_
|
||||
|
||||
#ifdef __GNUC__
|
||||
void error (int, int, const char *, ...)
|
||||
#if __GNUC__ > 1
|
||||
__attribute__ ((format (printf, 3, 4)))
|
||||
#endif
|
||||
;
|
||||
#else
|
||||
void error ();
|
||||
#endif
|
||||
|
||||
#endif /* _error_h_ */
|
||||
Reference in New Issue
Block a user