mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
in libgu mark explicitly all functions that belong to the API
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* <http://graphics.stanford.edu/~seander/bithacks.html>
|
||||
*/
|
||||
|
||||
GU_INTERNAL_DECL
|
||||
unsigned gu_ceil2e(unsigned i);
|
||||
|
||||
static inline int
|
||||
@@ -140,7 +141,7 @@ gu_decode_2c64(uint64_t u, GuExn* err)
|
||||
UINT64_C(0x7fffffffffffffff), INT64_MIN, err);
|
||||
}
|
||||
|
||||
double
|
||||
GU_INTERNAL_DECL double
|
||||
gu_decode_double(uint64_t u);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user