Skip to content
Snippets Groups Projects
Select Git revision
  • ad630b318f7200612055e5d4849216051eb882d1
  • master default protected
  • test
3 results

exampleresources.py

Blame
  • alloc.h 82 B
    #ifndef _ALLOC_H_
    #define _ALLOC_H_
    
    typedef struct meta_struct {
    
    } meta;
    
    #endif