1 /**
2 * function_pointers.c
3 * Copyright (C) 2009 Markus Broeker
3 */
4 */
4
5
5 #include <stdio.h>
6 #include <stdio.h>
6 #include <stdlib.h>
7 #include <stdlib.h>
7
8