File: except.h

package info (click to toggle)
prips 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ansic: 393; sh: 388; makefile: 74
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __except_h
#define __except_h

/*
 * SPDX-FileCopyrightText: 2001-2003  Daniel Kelly
 * SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

void set_exceptions(const char *exp, int octet[4][256]);
bool except(uint32_t *current, int octet[4][256], int increment);

#endif /* __except_h */