ack/util/int/dump.h

18 lines
308 B
C
Raw Normal View History

2019-03-17 14:42:20 +00:00
/* Copyright (c) 2019 ACK Project.
* See the copyright notice in the ACK home directory,
* in the file "Copyright".
*
* Created on: 2019-03-16
*
*/
#ifndef DUMP_H_
#define DUMP_H_
#ifdef LOGGING
void std_all(long, int);
void gdad_all(ptr, ptr);
void hpd_all(void);
#endif
#endif /* DUMP_H_ */