source: libcf/trunk/include/cf_type.h@ 128

Last change on this file since 128 was 128, checked in by cheese, 11 years ago

#1 add bitwise util from ARIA of chevalier

File size: 278 bytes
Line 
1/**
2 * \file cf_type.h
3 *
4 * \author myusgun <myusgun@gmail.com>
5 *
6 * \brief 자료형 정의
7 */
8#ifndef __CF_TYPE_H__
9#define __CF_TYPE_H__
10
11typedef unsigned char cf_byte;
12typedef unsigned short cf_word;
13typedef unsigned int cf_dword;
14
15#endif /// #ifndef __CF_TYPE_H__
Note: See TracBrowser for help on using the repository browser.