mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add function for creating hex string literals
This commit is contained in:
parent
aeeb851422
commit
1f766a332f
14 changed files with 250 additions and 112 deletions
11
libc/stdio/hex.internal.h
Normal file
11
libc/stdio/hex.internal.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_STDIO_HEX_INTERNAL_H_
|
||||
#define COSMOPOLITAN_LIBC_STDIO_HEX_INTERNAL_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
char *DumpHex(const char *, size_t, size_t *);
|
||||
char *DumpHexc(const char *, size_t, size_t *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_STDIO_HEX_INTERNAL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue