source:
liblaziness/primitive.h
@
6
Last change on this file since 6 was 4, checked in by artyom, 13 years ago | |
---|---|
File size: 103 bytes |
Rev | Line | |
---|---|---|
[4] | 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.