Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
62ee2ceb
Commit
62ee2ceb
authored
Jan 06, 2011
by
Michael Beck
Browse files
Improved the comment ... a bit.
[r28213]
parent
662bc348
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irprintf.h
View file @
62ee2ceb
/*
* Copyright (C) 1995-20
08
University of Karlsruhe. All right reserved.
* Copyright (C) 1995-20
11
University of Karlsruhe. All right reserved.
*
* This file is part of libFirm.
*
...
...
@@ -41,14 +41,14 @@ struct obstack;
* @param fmt The format string.
*
* This function rudimentary implements a kind of printf(3) for ir
* nodes. Following conversion specifiers. No length, special or field
* width specifiers are accepted.
* nodes. Following conversion specifiers.
* - @%% Print a '%' character.
* - @%> Print as many white spaces as given in the parameter.
* - @%c Print a character
* - @%s A string.
* - @%p A pointer.
* - @%d A decimal integer.
* - @%u A decimal unsigned integer.
* - @%x A hexadecimal integer.
* - @%o An octal integer.
* - @%I An ident.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment