Assignment 1: Clarify allowed libraries

This commit is contained in:
Alex Hirsch 2020-10-13 11:20:32 +02:00
parent 3ac32b7f7b
commit ce843d870f

View File

@ -153,7 +153,7 @@ If you encounter a problem where the specification is ambiguous or unclear, make
You are only allowed to use:
- C++ standard library (C++17 standard)
- C standard library (as fallback)
- POSIX standard library (as fallback)
- GNU/Linux operating system's C APIs (POSIX, `mmap`, memfd, eventfd, …)
- `diff` / `patch` command
You must use [CMake](https://cmake.org/) as build system.