Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 2
and
Version 3
of
Printf
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2012-09-07T08:34:59Z (
12 years
ago)
Author:
Vojtech Horky
Comment:
Add include needed for PRINTF_ATTRIBUTE
Legend:
Unmodified
Added
Removed
Modified
Printf
v2
v3
49
49
{{{
50
50
#!c
51
#include <io/verify.h>
52
51
53
void my_logging_function(int level, const char *format, ...)
52
54
PRINTF_ATTRIBUTE(2, 3);