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

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • 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.