commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Path.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "commore/Error.h"
#include "commore/Path.h"
#include "System.h"
#include "ListImpl.h"

Macros

#define PATH_STRCMP   strcmp
 

Functions

 CMR_FILE_DECLARE ()
 
bool is_dir_sep (AChar u)
 
bool check_drive_ (const AChar *e1, const AChar *e2)
 
 CMR_LIST_IMPL (Path)
 

Macro Definition Documentation

#define PATH_STRCMP   strcmp

Function Documentation

bool check_drive_ ( const AChar e1,
const AChar e2 
)
CMR_FILE_DECLARE ( )
CMR_LIST_IMPL ( Path  )
bool is_dir_sep ( AChar  u)
inline