HelenOS sources

UTF8_CONT         206 common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 0);
UTF8_CONT         219 common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 6);
UTF8_CONT         220 common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 0);
UTF8_CONT         227 common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 12);
UTF8_CONT         228 common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 6);
UTF8_CONT         229 common/stdc/uchar.c 		s[3] = UTF8_CONT(c, 0);
UTF8_CONT         206 kernel/generic/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 0);
UTF8_CONT         219 kernel/generic/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 6);
UTF8_CONT         220 kernel/generic/common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 0);
UTF8_CONT         227 kernel/generic/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 12);
UTF8_CONT         228 kernel/generic/common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 6);
UTF8_CONT         229 kernel/generic/common/stdc/uchar.c 		s[3] = UTF8_CONT(c, 0);
UTF8_CONT         206 uspace/lib/c/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 0);
UTF8_CONT         219 uspace/lib/c/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 6);
UTF8_CONT         220 uspace/lib/c/common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 0);
UTF8_CONT         227 uspace/lib/c/common/stdc/uchar.c 		s[1] = UTF8_CONT(c, 12);
UTF8_CONT         228 uspace/lib/c/common/stdc/uchar.c 		s[2] = UTF8_CONT(c, 6);
UTF8_CONT         229 uspace/lib/c/common/stdc/uchar.c 		s[3] = UTF8_CONT(c, 0);
HelenOS homepage, sources at GitHub