Function query_total_capacity:
Defined in module container (file: /std/container.c)

Returns the capacity directly attributed to the container.  This should 
normally include anything attached or within the container.

Prototype:
int query_total_capacity();
