blob: 90a3b640f73246bff02bcd758090f4493bf8076e [file] [log] [blame]
#include "length.h"
int
length (A &a)
{
return a.length();
}