Select Git revision
-
Lukas Arnold authoredLukas Arnold authored
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