|
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 | |
|---|
| 8 | int DMG_UStrLen(UINT16 *str); |
|---|
| 9 | BOOL DMG_UStrCmp(UINT16 *str1, UINT16 *str2); |
|---|
| 10 | |
|---|
| 11 | void DMG_UStrCpy(UINT16 *str_dst, UINT16 *str_src); |
|---|
| 12 | void DMG_UStrNCpy(UINT16 *str_dst, UINT16 *str_src, int len); |
|---|
| 13 | void DMG_UStrCat(UINT16 *str_dst, UINT16 *str_src); |
|---|
| 14 | |
|---|
| 15 | UINT16 DMG_Ksx1001toUnicode(UINT16 code); |
|---|
| 16 | UINT16 *DMG_MakeUniStr(char *str1, UINT16 *str2); |
|---|
| 17 | UINT16 *DMG_MakeUniStr2(char *str); |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.