gsldiflib.h 378 B

12345678910111213141516171819
  1. #ifndef AVM_GSLDIFLIB_H
  2. #define AVM_GSLDIFLIB_H 1
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. extern list avm_gsldif_call (list function_name, list argument, int *fault);
  8. extern list avm_have_gsldif_call (list function_name, int *fault);
  9. extern void avm_initialize_gsldif ();
  10. extern void avm_count_gsldif ();
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif /* !AVM_GSLDIFLIB_H */