function_pointers.c
changeset 140 05d42a3737a4
parent 103 be3fe4a4f097
equal deleted inserted replaced
139:cb1d3f4cf18e 140:05d42a3737a4
     1 /**
     1 /**
     2  * function_pointers.c
     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