mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
#include "aaruformattool.h"
|
||||
|
||||
char* byte_array_to_hex_string(const unsigned char* array, int array_size)
|
||||
char *byte_array_to_hex_string(const unsigned char *array, int array_size)
|
||||
{
|
||||
char* hex_string = NULL;
|
||||
char *hex_string = NULL;
|
||||
int j;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user