Skip to content
Snippets Groups Projects
Select Git revision
  • 794bcb5b9bb6af42fda68702eb4c2c1e31ab275f
  • master default
  • multipleinheritance
3 results

index.html

Blame
  • labcomm_thr_reader_writer.h 191 B
    #include "labcomm.h"
    
    extern int labcomm_thr_reader(labcomm_reader_t *r, labcomm_reader_action_t action);
    
    extern int labcomm_thr_writer(labcomm_writer_t *r, labcomm_writer_action_t action);