25 lines
611 B
C
Executable File
25 lines
611 B
C
Executable File
/*
|
|
* =====================================================================================
|
|
*
|
|
* Filename: sys_charset.h
|
|
*
|
|
* Description: charset header.
|
|
*
|
|
* Version: Melis3.0
|
|
* Create: 2018-01-19 15:45:43
|
|
* Revision: none
|
|
* Compiler: gcc version 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
|
|
*
|
|
* Author: caozilong@allwinnertech.com
|
|
* Organization: BU1-PSW
|
|
* Last Modified: 2018-01-19 15:46:05
|
|
*
|
|
* =====================================================================================
|
|
*/
|
|
#ifndef __SYS_CHARSET__
|
|
#define __SYS_CHARSET__
|
|
|
|
|
|
|
|
#endif
|