#include <stdio.h>#include <stdlib.h>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | SHIFT(expr) do {int i=(expr);unsigned u=(expr);printf("%20s => 0x%08x %11d\n", #expr, u, i);}while(0) |
Functions | |
| int | main (void) |
Definition in file bitovy-posun.c.
1.8.5