ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.I.bs.tar.gz#/djgpp/include/atexit.h

This is atexit.h in view mode; [Download] [Up]

/* Copyright 1992 DJ Delorie */

struct atexit {
  struct atexit *next;
  void (*function)(int);
  int arg;
};

extern struct atexit *__atexit;

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.