HelenOS sources

ieee_double_t_tag   49 uspace/lib/c/include/double_to_str.h struct ieee_double_t_tag;
ieee_double_t_tag   51 uspace/lib/c/include/double_to_str.h extern int double_to_short_str(struct ieee_double_t_tag, char *, size_t, int *);
ieee_double_t_tag   52 uspace/lib/c/include/double_to_str.h extern int double_to_fixed_str(struct ieee_double_t_tag, int, int, char *,
ieee_double_t_tag   49 uspace/lib/posix/include/libc/double_to_str.h struct ieee_double_t_tag;
ieee_double_t_tag   51 uspace/lib/posix/include/libc/double_to_str.h extern int double_to_short_str(struct ieee_double_t_tag, char *, size_t, int *);
ieee_double_t_tag   52 uspace/lib/posix/include/libc/double_to_str.h extern int double_to_fixed_str(struct ieee_double_t_tag, int, int, char *,
HelenOS homepage, sources at GitHub