added comment to Ritman's PRNG
[urasm.git] / uniconverter / src / cvtmasm / masm.h
blob2b03e20f0173fc1ddf48eac3a58f7366d64e905b
1 #ifndef _CVT_MASM_H_
2 #define _CVT_MASM_H_
4 #include <stdio.h>
5 #include <stdlib.h>
7 #include "../libhobeta/hobeta.h"
8 #include "../cvt.h"
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
15 extern CvtMethods *cvt_masm (void);
18 #ifdef __cplusplus
20 #endif
21 #endif