summaryrefslogtreecommitdiffstats
path: root/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/CANDASM/MUL64.H
blob: 6d4135e25cf854b3760b5d0def37e582f68bbb00 (plain)
1
2
3
4
/* Declaration of mul64, specifying that the int64 */
#include "int64.h"

__value_in_regs extern int64 mul64(unsigned a, unsigned b);