Parent Directory
|
Revision Log
|
Patch
revision 370 by siliconforks, Mon Oct 27 20:34:27 2008 UTC | revision 372 by siliconforks, Mon Oct 27 20:36:23 2008 UTC | |
---|---|---|
# | Line 43 | Line 43 |
43 | __attribute__((__noreturn__)) | __attribute__((__noreturn__)) |
44 | __attribute__((__format__(printf, 3, 4))); | __attribute__((__format__(printf, 3, 4))); |
45 | ||
46 | void warn_source(const char * source_file, unsigned int line_number, const char * format, ...) | |
47 | __attribute__((__format__(printf, 3, 4))); | |
48 | ||
49 | void version(void) | void version(void) |
50 | __attribute__((__noreturn__)); | __attribute__((__noreturn__)); |
51 |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |