Rev 4213 | Rev 4244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4213 | Rev 4223 | ||
|---|---|---|---|
| Line 79... | Line 79... | ||
| 79 | } qualifier_t; |
79 | } qualifier_t; |
| 80 | 80 | ||
| 81 | static char nullstr[] = "(NULL)"; |
81 | static char nullstr[] = "(NULL)"; |
| 82 | static char digits_small[] = "0123456789abcdef"; |
82 | static char digits_small[] = "0123456789abcdef"; |
| 83 | static char digits_big[] = "0123456789ABCDEF"; |
83 | static char digits_big[] = "0123456789ABCDEF"; |
| - | 84 | static char invalch = U_SPECIAL; |
|
| 84 | 85 | ||
| 85 | /** Print one or more characters without adding newline. |
86 | /** Print one or more characters without adding newline. |
| 86 | * |
87 | * |
| 87 | * @param buf Buffer holding characters with size of |
88 | * @param buf Buffer holding characters with size of |
| 88 | * at least size bytes. NULL is not allowed! |
89 | * at least size bytes. NULL is not allowed! |