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.
 
 
 

15 rivejä
313 B

  1. #include <stdlib.h>
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. void reader_storage_get_filename(char* buf, int len);
  6. long reader_storage_get_length();
  7. void reader_storage_store_file(char* source_path);
  8. long reader_storage_get_position();
  9. void reader_storage_set_position(long position);
  10. #ifdef __cplusplus
  11. }
  12. #endif