Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • pi-v9
2 results

asmfunc.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    asmfunc.h 141 B
    #ifndef __ASMFUNC_H__
    #define __ASMFUNC_H__
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    int asmfunc(void);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif