Changeset 12 for trunk/src/sh_utils.c


Ignore:
Timestamp:
Jan 5, 2006, 11:15:45 PM (19 years ago)
Author:
rainer
Message:

More optimisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utils.c

    r11 r12  
    456456/* can't inline (AIX)
    457457 */
    458 int sh_util_hexchar( char c )
     458int sh_util_hexchar( const char c )
    459459{
    460460  /*@+charint@*/
     
    471471/* read a hexadecimal key, convert to binary
    472472 */
    473 int sh_util_hextobinary (char * binary, char * hex, int bytes)
     473int sh_util_hextobinary (char * binary, const char * hex, int bytes)
    474474{
    475475  int i = 0, j, k, l = 0;
Note: See TracChangeset for help on using the changeset viewer.