source: svn/newcon3bcm2_21bu/dst/dmw/src/grp/DMG_Util.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 454 bytes
Line 
1
2
3#ifndef __GRP_UTIL_H__
4#define __GRP_UTIL_H__
5
6
7
8int DMG_UStrLen(UINT16 *str);
9BOOL DMG_UStrCmp(UINT16 *str1, UINT16 *str2);
10
11void DMG_UStrCpy(UINT16 *str_dst, UINT16 *str_src);
12void DMG_UStrNCpy(UINT16 *str_dst, UINT16 *str_src, int len);
13void DMG_UStrCat(UINT16 *str_dst, UINT16 *str_src);
14
15UINT16 DMG_Ksx1001toUnicode(UINT16 code);
16UINT16 *DMG_MakeUniStr(char *str1, UINT16 *str2);
17UINT16 *DMG_MakeUniStr2(char *str);
18
19
20
21#endif
Note: See TracBrowser for help on using the repository browser.