|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
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.