/*
**      $VER: example.h 1.0 (14.8.96)
**
**      prototype/pragma include for example.library
**
**      (C) Copyright 1996 Andreas R. Kleinert
**      All Rights Reserved.
*/

#ifndef PROTO_EXAMPLE_H
#define PROTO_EXAMPLE_H

#include <clib/example_protos.h>
#include <pragmas/example_pragmas.h>

#endif /* PROTO_EXAMPLE_H */
