home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.std.c
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!decwrl!netcomsv!netcom.com!rfg
- From: rfg@netcom.com (Ronald F. Guilmette)
- Subject: A declarations without any declarators.
- Message-ID: <1992Nov6.013858.736@netcom.com>
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Date: Fri, 6 Nov 1992 01:38:58 GMT
- Lines: 21
-
- Can we all agree that:
-
- typedef float;
-
- ... violates the first constraint in section 3.5?
-
- Good. Now what about these odd looking declarations:
-
- typedef struct S;
- typedef enum { red, green, blue };
-
- It appears that these are standard conforming, yes?
-
-
- --
-
- // Ron ("Loose Cannon") Guilmette
- // uucp: ...uunet!lupine!segfault!rfg
- // New new motto: Quality control is a state of mind.
- // misc.forsale.computers ad, circa 2007:
- // Used Cray wrist watch for sale; 25 bucks or best offer.
-