of course!

Brian Ellis bri at boulder.Colorado.EDU
Sun Dec 10 03:34:51 AEST 1989


In article <563 at balthmus.tessi.UUCP> joey at tessi.UUCP (Joe Pruett) writes:
>isadir(path)
>char *path;
>{
>	char tpath[strlen(path) + 3];
[deleted]

	this declaration is not legal, though. You must give the size at
	*compile* time. You'll get the error "constant expected"

	-brian ellis (bri at boulder.Colorado.EDU)



More information about the Comp.unix.wizards mailing list