root/tally.h
/*INCLUDED FROM
1 #pragma once 2 3 #include <stddef.h> 4 5 void clear_m_tally(); 6 void add_m_tally(const char *name, size_t bytes);
/*
1 #pragma once 2 3 #include <stddef.h> 4 5 void clear_m_tally(); 6 void add_m_tally(const char *name, size_t bytes);