ESAPI-C 1.0
The OWASP Enterprise Security API for C

unix_codec.h

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