Sha256: a36c69f77e1e28fc5987203b799a4e3f4ad4dd221322b7a8c88f19e79e6fedee

Contents?: true

Size: 143 Bytes

Versions: 6

Compression:

Stored size: 143 Bytes

Contents

#ifndef __CEXCEPTION_CONFIG_H__
#define __CEXCEPTION_CONFIG_H__

#include <stdlib.h>

#define CEXCEPTION_NO_CATCH_HANDLER(id) exit(id)

#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
c_project-0.2.3 templates/c/src/CExceptionConfig.h.tt
c_project-0.2.2 templates/c/src/CExceptionConfig.h.tt
c_project-0.2.1 templates/c/src/CExceptionConfig.h.tt
c_project-0.2.0 templates/c/src/CExceptionConfig.h.tt
c_project-0.1.0 templates/c/src/CExceptionConfig.h.tt
c_project-0.0.1 templates/src/CExceptionConfig.h.tt