Changeset 66 in libcf for trunk/include/cf_error.h


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/include/cf_error.h

    r51 r66  
     1/**
     2 * @file    cf_error.h
     3 * @author  myusgun <myusgun@gmail.com>
     4 */
    15#ifndef __CF_ERROR_H__
    26#define __CF_ERROR_H__
     
    8892/* }}} log */
    8993
     94/* codec {{{ */
     95#define CF_ERROR_CODEC                      CF_ERROR_BASE * 8
     96/*------------------------------------------------------------*/
     97#define CF_ERROR_CODEC_INVALID_ARGS         CF_ERROR_CODEC - 1
     98#define CF_ERROR_CODEC_NOT_HEXSTRING        CF_ERROR_CODEC - 2
     99/* }}} codec */
     100
    90101
    91102#endif // #ifndef __CF_ERROR_H__
Note: See TracChangeset for help on using the changeset viewer.