Skip to content

Commit 9b502da

Browse files
committed
Commit to CodeBerg
1 parent 2a3c760 commit 9b502da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bits.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* with binary and hex output
33
* July 3, 2022 */
44
#include <stdio.h>
5-
// test
65

76
void bits(size_t const size, void const * const ptr) {
87
unsigned char *b = (unsigned char *)ptr;

0 commit comments

Comments
 (0)