// // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // libhdr.h -- // // Author : Thierry Delisle // Created On : Mon Nov 28 12:27:26 2016 // Last Modified By : Thierry Delisle // Last Modified On : Mon Nov 28 12:27:26 2016 // Update Count : 0 // #ifndef __LIB_HDR_H__ #define __LIB_HDR_H__ #include "libalign.h" #include "libdebug.h" #include "libtools.h" #endif //__LIB_HDR_H__ // Local Variables: // // mode: c // // tab-width: 4 // // End: //