00001
00002
00003 #ifndef NPS_MKDIRTO_H
00004 #define NPS_MKDIRTO_H
00005
00006 #include <stdlib.h>
00007 #if !defined BUILDING_NPS_MKDIRTO && !defined NPS_SMALL
00008 # define NPS_MKDIRTO_LKG static inline
00009 #else
00010 # define NPS_MKDIRTO_LKG
00011 #endif
00012
00013 NPS_STACK_LKG nps_mkDirTo(const char *const path);
00014
00015 #endif