Select Git revision
Forked from
ACS / Public / Teaching materials / Grundgebiete der Informatik 4 / Grundgebiete der Informatik 4
Source project has a limited visibility.
-
Stefan Lankes authoredStefan Lankes 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