Skip to content
Snippets Groups Projects
Commit 89eb2a9a authored by Manuel Bucher's avatar Manuel Bucher
Browse files

Added header comment

parent 90dc2e49
No related merge requests found
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/**
* Loesung fuer das Programmierprojekt des Kurses Digitale Systeme SS18
*
* Autor: Manuel Bucher
* Datum: 2018-06-24
*/
#include <stdio.h> // getchar, (f)printf
#include <stdlib.h> // realloc
#include <string.h> // memset, memcpy
#include <stdint.h> // fixed sized integer
#include <stdbool.h> // booleans
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment