#ifndef _apply_h_ #define _apply_h_ #include "Int2Int.h" void apply( Int2Int& f, int A[], int n) ; #endif