Parent Directory
|
Revision Log
|
Patch
revision 369 by siliconforks, Mon Oct 13 17:51:29 2008 UTC | revision 370 by siliconforks, Mon Oct 27 20:34:27 2008 UTC | |
---|---|---|
# | Line 39 | Line 39 |
39 | __attribute__((__noreturn__)) | __attribute__((__noreturn__)) |
40 | __attribute__((__format__(printf, 1, 2))); | __attribute__((__format__(printf, 1, 2))); |
41 | ||
42 | void fatal_source(const char * source_file, unsigned int line_number, const char * format, ...) | |
43 | __attribute__((__noreturn__)) | |
44 | __attribute__((__format__(printf, 3, 4))); | |
45 | ||
46 | void version(void) | void version(void) |
47 | __attribute__((__noreturn__)); | __attribute__((__noreturn__)); |
48 |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |