summaryrefslogtreecommitdiff
path: root/parsing.h
blob: b991d55e8e044ed2352aa168fc33b5a5ae7dce5f (plain)
1
2
3
4
5
6
#ifndef _PARSING_H_
#define _PARSING_H_

void process(int thread_n);

#endif