Changeset 4676 for zzuf/trunk/src/common/ranges.h
- Timestamp:
- 10/07/10 00:44:47 (3 years ago)
- File:
-
- 1 edited
-
zzuf/trunk/src/common/ranges.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/common/ranges.h
r4253 r4676 15 15 */ 16 16 17 int *_zz_allocrange(char const *, int *);18 int _zz_isinrange(int , int const *);17 int64_t *_zz_allocrange(char const *, int64_t *); 18 int _zz_isinrange(int64_t, int64_t const *); 19 19
Note: See TracChangeset
for help on using the changeset viewer.
