Changeset 66 in libcf for trunk/src/cf_debug.c


Ignore:
Timestamp:
04/11/13 13:02:05 (11 years ago)
Author:
cheese
Message:

#1 add codec module (bin <-> hex-string)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r63 r66  
    22 * @file    cf_debug.c
    33 * @author  myusgun <myusgun@gmail.com>
    4  * @version 0.1
    54 */
    65#include "cf_debug.h"
     
    105104                         const int              line,
    106105                         const unsigned char    * bin,
    107                          const int              len)
     106                         const size_t           len)
    108107{
    109108    int i, j;
     
    186185                   const int            line,
    187186                   const unsigned char  * bin,
    188                    const int            len,
     187                   const size_t         len,
    189188                   const char           * fmt, ...)
    190189{
Note: See TracChangeset for help on using the changeset viewer.