abCalc/abCalc/ops/abCOpAsr.h

15 lines
126 B
C
Raw Permalink Normal View History

2017-09-12 03:14:06 +00:00
/*
abCOpAsr.h
By: Jeremy Rand
*/
#ifndef ABCOPASR_H
#define ABCOPASR_H
void abCalcOpAsrInit(void);
#endif