/*
 * function.h
 *
 * Beispiel-Programm lokale und globale Variablen
 *
 * Autor: H.Drachenfels
 * Erstellt am: 16.2.2011
 */

#ifndef FUNCTION_H
#define FUNCTION_H

int function(int param);

#endif

