00001 #ifndef fv_helper_routines__
00002 #define fv_helper_routines__
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008
00009 extern void fvFillArray(float *outArray, const int size, const float *value);
00010
00011
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015
00016 #endif
00017