| Revision 4676,
620 bytes
checked in by sam, 3 years ago
(diff) |
|
Implement ReOpenFile? and fix a few Win32 compilation warnings.
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * zzuf - general purpose fuzzer |
|---|
| 3 | * Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> |
|---|
| 4 | * All Rights Reserved |
|---|
| 5 | * |
|---|
| 6 | * This program is free software. It comes without any warranty, to |
|---|
| 7 | * the extent permitted by applicable law. You can redistribute it |
|---|
| 8 | * and/or modify it under the terms of the Do What The Fuck You Want |
|---|
| 9 | * To Public License, Version 2, as published by Sam Hocevar. See |
|---|
| 10 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
|---|
| 11 | */ |
|---|
| 12 | |
|---|
| 13 | /* |
|---|
| 14 | * ranges.c: range handling helper functions |
|---|
| 15 | */ |
|---|
| 16 | |
|---|
| 17 | int64_t *_zz_allocrange(char const *, int64_t *); |
|---|
| 18 | int _zz_isinrange(int64_t, int64_t const *); |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.