cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag

#ifndef    __XALLOC_H
#define    __XALLOC_H


#ifdef __cplusplus
extern "C" {
#endif


extern void *xmalloc  ( size_t );
extern void *xrealloc ( void *, size_t );


#ifdef __cplusplus
}
#endif

#endif  /* __XALLOC_H */