#include "pdb.h"
#include "web.h"

main()
{
	printf("Size of NODE structure is %u bytes\n", sizeof(NODE));
}
