source:
trunk/src/pe2lx/misc.h@
46
Last change on this file since 46 was 46, checked in by , 26 years ago | |
---|---|
File size: 363 bytes |
Line | |
---|---|
1 | /* |
2 | * PE2LX ascii to unicode |
3 | * |
4 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) |
5 | * |
6 | * |
7 | * Project Odin Software License can be found in LICENSE.TXT |
8 | * |
9 | */ |
10 | #ifndef __MISC_H__ |
11 | #define __MISC_H__ |
12 | |
13 | char *UnicodeToAscii(int length, WCHAR *NameString); |
14 | int UniStrlen(WCHAR *wstring); |
15 | char *UnicodeToAscii(WCHAR *wstring); |
16 | void UpCase(char *mixedcase); |
17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.