Example #1
0
		it('should return the length of a C-Octet String (null-terminated string)', function () {
			assert.equal(9, types.cstring.size(expected));
		});