root/tally.h

/* [previous][next][first][last][top][bottom][index][help] */

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);

/* [previous][next][first][last][top][bottom][index][help] */