You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
206B

  1. /*
  2. * why this is in a separate include file:
  3. * well, putting this directly into the respective header file confuses the emacs syntax highlighter/indenter :-)
  4. */
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif