source: liblaziness/primitive.h @ 22

Last change on this file since 22 was 4, checked in by artyom, 13 years ago

liblaziness

File size: 103 bytes
Line 
1#ifndef __PRIMITIVE_H__
2#define __PRIMITIVE_H__
3
4typedef long Int;
5typedef unsigned long UInt;
6
7#endif
Note: See TracBrowser for help on using the repository browser.