home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!nntp.uio.no!hbf
- From: hbf@gandalf.uio.no (Hallvard B Furuseth)
- Subject: uninitialized++;
- Message-ID: <HBF.92Dec29211517@gandalf.uio.no>
- Sender: news@ulrik.uio.no (Mr News)
- Nntp-Posting-Host: gandalf.uio.no
- Organization: University of Oslo, Norway
- Date: Tue, 29 Dec 1992 20:15:17 GMT
- Lines: 11
-
- Can this fail - on some machine? - in ANSI?
-
- main ()
- {
- int uninitialized;
- uninitialized++;
- return 0;
- }
- --
-
- Hallvard
-