We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c760 commit 9b502daCopy full SHA for 9b502da
1 file changed
bits.c
@@ -2,7 +2,6 @@
2
* with binary and hex output
3
* July 3, 2022 */
4
#include <stdio.h>
5
-// test
6
7
void bits(size_t const size, void const * const ptr) {
8
unsigned char *b = (unsigned char *)ptr;
0 commit comments