Changeset 128 in libcf for trunk/include/cf_debug.h


Ignore:
Timestamp:
06/22/13 12:03:53 (11 years ago)
Author:
cheese
Message:

#1 add bitwise util from ARIA of chevalier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_debug.h

    r120 r128  
    11/**
    2  * \file    cf_debug.h
    3  * \author  myusgun <myusgun@gmail.com>
     2 * \file cf_debug.h
     3 *
     4 * \author myusgun <myusgun@gmail.com>
    45 *
    56 * \brief 디버그 유틸
     
    1718
    1819#include "cf_base.h"
     20#include "cf_type.h"
    1921
    2022#include <stdio.h>
     
    9294
    9395CF_EXPORT int
    94 CF_Debug_PrintBin       (FILE                   * fp,
    95                          const char             * file,
    96                          const char             * func,
    97                          const int              line,
    98                          const unsigned char    * bin,
    99                          const size_t           len,
    100                          const char             * fmt, ...);
     96CF_Debug_PrintBin       (FILE           * fp,
     97                         const char     * file,
     98                         const char     * func,
     99                         const int      line,
     100                         const cf_byte  * bin,
     101                         const size_t   len,
     102                         const char     * fmt, ...);
    101103
    102104CF_EXPORT int
Note: See TracChangeset for help on using the changeset viewer.