SearchSECODatabaseAPI
Definitions.h
1/*
2This program has been developed by students from the bachelor Computer Science at
3Utrecht University within the Software Project course.
4© Copyright Utrecht University (Department of Information and Computing Sciences)
5*/
6
7#pragma once
8
9#define FIELD_DELIMITER_CHAR '?'
10#define ENTRY_DELIMITER_CHAR '\n'
11#define MAX_THREADS 16