// @(#)$Id: ArrayMap2.lh,v 1.1 1999/03/04 04:21:06 leavens Exp $

typedef int (*int_fun)(int) throw();

extern void ArrayMap(int a[], int len, int_fun fun) throw();
//@ behavior program {
//@   for (int i = 0; i < len; i++) {
//@     a[i] = (*fun)(a[i]);
//@   }
//@ }

[Index]

HTML generated using lcpp2html.