Nut/OS  4.10.3
API Reference
dencode.h
Go to the documentation of this file.
00001 #ifndef _DENCODE_H_
00002 #define _DENCODE_H_
00003 
00004 #include <sys/types.h>
00005 
00006 extern int NutDecodeHex(char c);
00007 extern char *NutDecodePath(char *path);
00008 
00009 #endif