ADAPT / include / timestamp.h
timestamp.h
Raw

#ifndef TIMESTAMP_H
#define TIMESTAMP_H

void timestamp(char *prologue, char *epilogue);

#endif