header file

This commit is contained in:
Remzi Arpaci-Dusseau
2018-04-11 13:29:31 -05:00
parent 5cad27d789
commit b7eb7399b4
2 changed files with 22 additions and 2 deletions

View File

@@ -90,8 +90,9 @@ infrastructure does the rest.
## Code Overview
We give you here `mapreduce.h` file that specifies exactly what you must build
in your MapReduce library:
We give you here the
[`mapreduce.h`](https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-mapreduce/mapreduce.h)
header file that specifies exactly what you must build in your MapReduce library:
```
#ifndef __mapreduce_h__