Rev 2028 | Rev 2053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2028 | Rev 2050 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | #include <print.h> |
28 | #include <print.h> |
| 29 | #include <test.h> |
29 | #include <test.h> |
| 30 | 30 | ||
| 31 | #define BUFFER_SIZE 32 |
31 | #define BUFFER_SIZE 32 |
| 32 | 32 | ||
| 33 | char * test_print1(void) |
33 | char * test_print1(bool quiet) |
| 34 | { |
34 | { |
| 35 | int retval; |
35 | int retval; |
| 36 | unative_t nat = 0x12345678u; |
36 | unative_t nat = 0x12345678u; |
| 37 | 37 | ||
| 38 | char buffer[BUFFER_SIZE]; |
38 | char buffer[BUFFER_SIZE]; |