Initialising and Finishing using the Library

Raptor has a single initialising function and a single terminating function. The initialising function must be called before any other Raptor API functions are called:

  raptor_init();
  ...
  raptor_finish();

It is safe to call these functions more than once. But don't do that!



Navigation: Redland Home Page

Copyright 2000-2010 Dave Beckett