maart@cs.vu.nl (Maarten Litmaath) (12/22/88)
kyriazis@rpics (George Kyriazis) writes: \"/" is a pointer to a string containing a '/' and a '\0'. Therefore \it seems to me that sizeof "/" will return the same value as \sizeof( char * ). \Comments?? % cat c.c main() { printf("%d\n", sizeof "let's try out before we post"); } % cc c.c % a.out 29 % Aha! sizeof(char *) == 29 -- fcntl(fd, F_SETFL, FNDELAY): |Maarten Litmaath @ VU Amsterdam: let's go weepin' in the corner! |maart@cs.vu.nl, mcvax!botter!maart