#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | putb64() |
Functions | |
| int | main (void) |
| #define putb64 | ( | ) |
Value:
do { \ putchar(b64[(i_bits << 6 >> i_shift) & 0x3f]); \ out_len++; \ i_shift -= 6; \ } while (0)
Referenced by main().
1.5.8