blob: aaee377f5b4a2e716b093cd3f3889a0d7936f70d [file] [log] [blame]
int f(float * );
__SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b)
{
int i;
int a = 0;
for (i = 0; i < *fcs; i++)
{
float *leaf = (float *)fcs;
int hash = f (leaf);
if (hash)
a = b;
if (!a)
return;
}
return (__SIZE_TYPE__) fcs;
}