21-timed-sorting-1/config.h
github-classroom[bot] 821a7a4050
Initial commit
2025-04-28 22:05:54 +00:00

17 lines
505 B
C

/*----------------------------------------------------------
* HTBLA-Leonding
* ---------------------------------------------------------
* Exercise Number: n/a
* Title: Configuration Options
* Author: S. Schraml
* ----------------------------------------------------------
* Description:
* Global application configuration options
* ----------------------------------------------------------
*/
#ifndef ___CONFIGURATION_H
#define ___CONFIGURATION_H
#define CAPACITY_INCREMENT 8
#endif