/*
 * sample.h
 *
 *  Created on: Jun 8, 2021
 *      Author: thomm
 */

#ifndef SAMPLE_H_
#define SAMPLE_H_

void fast_sample(int printFlg, int writeFlg);



#endif /* SAMPLE_H_ */
