]> git.sesse.net Git - remoteglot-book/blob - merge_count.h
Drop the arena; BPFENs are bounded by 32 bytes anyway, and the typical is something...
[remoteglot-book] / merge_count.h
1 #ifndef _MERGE_COUNT_H
2 #define _MERGE_COUNT_H 1
3
4 #include "count.pb.h"
5
6 Count merge_count(const Count& c0, const Count& c1);
7
8 #endif  // !defined(_MERGE_COUNT_H)