home *** CD-ROM | disk | FTP | other *** search
- #line 1 "#8.cxx"
- void *_new(long);
- void _delete(void*);
- void *_vec_new(void*,int,int,void*(*)(void*));
- void _vec_delete(void*,int,int,void(*)(void*,int),...);
- void exit(int);
- static void cdecl _STI();
- static void cdecl _STD();
-
-
-
-
- struct Wsp { char _dummy; } ;
- extern char *oct (long , int );
- extern char *dec (long , int );
- extern char *hex (long , int );
-
- extern char *chr (int , int );
- extern char *str (char *, int );
- extern char *form (char *, ... );
- struct ostream {
- void *_ostream_bp ;
- short _ostream_state ;} ;
- struct ostream *_ostream__lshiftNFNPC__ (struct ostream* , char *);
- struct ostream *_ostream__lshiftNFUL__ (struct ostream* , unsigned long );
- struct ostream *_ostream__lshiftNFL__ (struct ostream* , long );
- struct ostream *_ostream__lshiftNFD__ (struct ostream* , double );
- struct ostream *_ostream__lshiftNFNRCWsp___ (struct ostream* , struct Wsp *);
- struct ostream *_ostream_put (struct ostream* , char );
- struct istream {
- void *_istream_bp ;
- struct ostream *_istream_tied_to ;
- char _istream_skipws ;
- short _istream_state ;} ;
- struct istream *_istream__rshiftNFNPC__ (struct istream* , char *);
- struct istream *_istream__rshiftNFNRC__ (struct istream* , char *);
- struct istream *_istream__rshiftNFNRS__ (struct istream* , short *);
- struct istream *_istream__rshiftNFNRI__ (struct istream* , int *);
- struct istream *_istream__rshiftNFNRL__ (struct istream* , long *);
- struct istream *_istream__rshiftNFNRF__ (struct istream* , float *);
- struct istream *_istream__rshiftNFNRD__ (struct istream* , double *);
- struct istream *_istream__rshiftNFNRCWsp___ (struct istream* , struct Wsp *);
- struct istream *_istream_getNFNPC_I_I__ (struct istream* , char *, int , char );
- struct istream *_istream_putback (struct istream* , char );
- extern void eatwhite (struct istream *);
- extern struct istream cin ;
- extern struct ostream cout ;
- extern struct ostream cerr ;
-
- extern struct Wsp WS ;
-
- void proc1 (void );void proc2 (void );
-
-
- int i = 1 ;
-
- int main ()
- {
- {
- proc1 ( ) ;
- proc2 ( ) ;
- } exit ( 0 );
- }
-
- extern void proc1 ()
- {
- char _au1_c ;
-
- struct Y {
- char _Y_d ;
- } ;
- struct X {
- char _X_c ;
- } ;
- }
-
- extern void proc2 ()
- {
- int _au1_i ;
- register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
- _au1_i = 2 ;
-
- {
- int _au2_n ;
- int _au2_i ;
- register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
- _au2_n = _au1_i ;
- _au2_i = 3 ;
-
- _ostream__lshiftNFNPC__ ( (struct ostream *)(
- (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
- _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ),
- ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
- ((long )_au2_i )) ) ) , (char *)"\n") ;
-
- _ostream__lshiftNFNPC__ ( (struct ostream *)(
- (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
- _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ),
- ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
- ((long )i )) ) ) , (char *)"\n") ;
-
- _ostream__lshiftNFNPC__ ( (struct ostream *)(
- (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
- _ostream__lshiftNFNPC__ ( & cout , (char *)"n = ") ),
- ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
- ((long )_au2_n )) ) ) , (char *)"\n") ;
- }
-
- _ostream__lshiftNFNPC__ ( (struct ostream *)(
- (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
- _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ),
- ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
- ((long )_au1_i )) ) ) , (char *)"\n") ;
-
- _ostream__lshiftNFNPC__ ( (struct ostream *)(
- (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
- _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ),
- ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream ,
- ((long )i )) ) ) , (char *)"\n") ;
- }