source:
liblaziness/primitive.h
@
27
Last change on this file since 27 was 4, checked in by artyom, 13 years ago | |
---|---|
File size: 103 bytes |
Line | |
---|---|
1 | #ifndef __PRIMITIVE_H__ |
2 | #define __PRIMITIVE_H__ |
3 | |
4 | typedef long Int; |
5 | typedef unsigned long UInt; |
6 | |
7 | #endif |
Note: See TracBrowser
for help on using the repository browser.