// Pro*C Cursor Tutorial at RJM Programming 29/6/2013 Copyright RJM Programming (c) 2013
// Pro-C_Cursor.h


#ifndef ORATYPES
#include <oratypes.h>
#endif

#ifndef OCI_ORACLE
#include <oci.h>
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifndef OCISC_ORACLE
# define OCISC_ORACLE


void main(void);
static void checkerr (OCIError *errhp, sword status);
static void queryRows(OCISvcCtx *svchp);

#endif                                              /* OCISC_ORACLE */
