mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
b8da721481
* Add another hexadecimal to octal conversion * Apply suggestions Also changed the return type of `hex_to_oct` to `const char *`, as it returns an address of static variable. * Update comment of hexadecimal_to_octal2.c * updating DIRECTORY.md * Apply suggestions Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>