blob: 2db8438bc49575b50edf4d6389f481afb75be087 [file] [log] [blame]
extern void bcopy(const void *, void *, __SIZE_TYPE__ n);
char *p;
void int_gen_ti_header_c_ (char * hdrbuf, int * hdrbufsize,
int * itypesize, int * typesize,
int * DataHandle, char * Data,
int * Count, int * code)
{
bcopy (typesize, p, sizeof(int)) ;
bcopy (Data, p, *Count * *typesize) ;
}