Assignment 1: Clarify allowed libraries
This commit is contained in:
parent
3ac32b7f7b
commit
ce843d870f
@ -153,7 +153,7 @@ If you encounter a problem where the specification is ambiguous or unclear, make
|
|||||||
You are only allowed to use:
|
You are only allowed to use:
|
||||||
- C++ standard library (C++17 standard)
|
- C++ standard library (C++17 standard)
|
||||||
- C standard library (as fallback)
|
- C standard library (as fallback)
|
||||||
- POSIX standard library (as fallback)
|
- GNU/Linux operating system's C APIs (POSIX, `mmap`, memfd, eventfd, …)
|
||||||
- `diff` / `patch` command
|
- `diff` / `patch` command
|
||||||
|
|
||||||
You must use [CMake](https://cmake.org/) as build system.
|
You must use [CMake](https://cmake.org/) as build system.
|
||||||
|
Loading…
Reference in New Issue
Block a user