mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
libpgf: an API for building heaps from buffers in gu/seq.c
This commit is contained in:
@@ -62,4 +62,10 @@ struct GuEquality {
|
||||
bool (*is_equal)(GuEquality* self, const void* a, const void* b);
|
||||
};
|
||||
|
||||
typedef const struct GuOrder GuOrder;
|
||||
|
||||
struct GuOrder {
|
||||
int (*compare)(GuOrder* self, const void* a, const void* b);
|
||||
};
|
||||
|
||||
#endif // GU_FUN_H_
|
||||
|
||||
Reference in New Issue
Block a user