aboutsummaryrefslogtreecommitdiff
path: root/src/aexec.h
blob: 41cc9fd8ecfde53627288d2167eb35bfa19e1523 (plain)
1
2
3
4
5
6
7
#ifndef AEXEC_H
#define AEXEC_H

extern int __fastcall__ (*atari_exec_p)(char *);
#define atari_exec(x) ((*atari_exec_p)(x))

#endif