Changeset 12 for trunk/src/sh_utils.c
- Timestamp:
- Jan 5, 2006, 11:15:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_utils.c
r11 r12 456 456 /* can't inline (AIX) 457 457 */ 458 int sh_util_hexchar( c har c )458 int sh_util_hexchar( const char c ) 459 459 { 460 460 /*@+charint@*/ … … 471 471 /* read a hexadecimal key, convert to binary 472 472 */ 473 int sh_util_hextobinary (char * binary, c har * hex, int bytes)473 int sh_util_hextobinary (char * binary, const char * hex, int bytes) 474 474 { 475 475 int i = 0, j, k, l = 0;
Note:
See TracChangeset
for help on using the changeset viewer.