DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦580a7f1c6⟧ TextFile

    Length: 298 (0x12a)
    Types: TextFile
    Names: »setjmp.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« 
        └─⟦23757c458⟧ 
            └─⟦this⟧ »libg++/g++-include/setjmp.h« 

TextFile

#ifndef _setjmp_h
#pragma once

extern "C" {

#define  setjmp  C_header_setjmp
#define  longjmp C_header_longjmp

#include "/usr/include/setjmp.h"

#undef setjmp
#undef longjmp

#ifndef _setjmp_h
#define _setjmp_h 1
#endif

extern int setjmp(jmp_buf);
extern void longjmp(jmp_buf, int);

}

#endif