ESAPI-C 1.0
The OWASP Enterprise Security API for C

windows_codec.h

Go to the documentation of this file.
00001 
00008 #ifndef _WINDOWS_CODEC_H
00009 #define _WINDOWS_CODEC_H
00010 
00011 extern char *encode_windows_char(char *, char);
00012 extern char decode_windows_char(const char *, int *, char *);
00013 
00014 #endif
 All Data Structures Files Functions Variables Typedefs Defines