[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

/* sample_protos.h - prototypes for sample.library functions */

#ifndef SAMPLE_PROTOS_H
#define SAMPLE_PROTOS_H

LONG AddThese(LONG,LONG);
LONG Double(LONG);

#endif  /* SAMPLE_PROTOS_H */