13 lines
544 B
C
13 lines
544 B
C
/*-----------------------------------------------------------------------------
|
|
* HTBLA-Leonding / Class: <your class name here>
|
|
*-----------------------------------------------------------------------------
|
|
* Exercise Number: S07
|
|
* Title: Sorting criteria
|
|
* Author: */<your name>;/*
|
|
*-----------------------------------------------------------------------------
|
|
* Description:
|
|
* Implementation of sorting criteria
|
|
*-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "sorting_criteria.h"
|