//headr file for general contants

#ifndef GENCONST_H
#define GENCONST_H
const char* NULL_CHARP=0;
#endif
