Xmipp  v3.23.11-Nereus
Macros
VectorChar.cpp File Reference
#include <stdio.h>
#include <memory.h>
#include "VectorChar.h"
Include dependency graph for VectorChar.cpp:

Go to the source code of this file.

Macros

#define CHECK(p)   if ((p)==NULL) { printf("memory allocation error\n"); exit(253); }
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   p)    if ((p)==NULL) { printf("memory allocation error\n"); exit(253); }

Definition at line 30 of file VectorChar.cpp.