Files
geant4/source/global/management/include/g4std/wrappers/DEC-cxx/cstdlib
T
2016-06-08 16:18:25 +02:00

9 lines
163 B
C++

// The -*- C++ -*- standard library header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CSTDLIB__
#define __CSTDLIB__
#include <stdlib.h>
#endif