X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Ffloat.c;h=09a20e3ab991b487a4a1f7e3d8f164023143eca4;hp=db753dfbea86cf914b859f489e817878abba69b8;hb=bed864a75d2315c344a6e625db66ae9bfbc51e27;hpb=90b676d73fc6f817958083c0f159028a2f0b40ca diff --git a/formats/ctf/types/float.c b/formats/ctf/types/float.c index db753dfb..09a20e3a 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -72,6 +72,8 @@ struct pos_len { size_t sign_start, exp_start, mantissa_start, len; }; +/* TODO */ + void ctf_float_copy(unsigned char *destp, const struct type_class_float *dest, const unsigned char *src, const struct type_class_float *src) {