mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is using gu_encode_double which is probably still wrong. Corrected gu_in_le and gu_in_f64be.
This commit is contained in:
@@ -144,6 +144,7 @@ gu_decode_2c64(uint64_t u, GuExn* err)
|
||||
GU_INTERNAL_DECL double
|
||||
gu_decode_double(uint64_t u);
|
||||
|
||||
|
||||
GU_INTERNAL_DECL uint64_t
|
||||
gu_encode_double(double d);
|
||||
|
||||
#endif // GU_BITS_H_
|
||||
|
||||
Reference in New Issue
Block a user