view compile/typedef_05.d @ 179:55a2c755d699

1) fixed html mime settings 2) spelling names ... Stewart Gordon <smjg_1998@yahoo.com> 200-12-06 news:cp1p8s$2kr6$1@digitaldaemon.com
author thomask
date Mon, 06 Dec 2004 16:39:00 +0000
parents 3414705c41ac
children 8a2ff09d62cb
line wrap: on
line source

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2004-09-06

typedef char[] String;

char[] test(String s){
	return s[4..6];
}