File: util.h

package info (click to toggle)
xdemineur 2.1.1-21
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 436 kB
  • sloc: ansic: 1,314; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright  1993-1999 Marc Baudoin <babafou@babafou.eu.org>
 *
 * Permission to use, copy, modify, and distribute this software and
 * its documentation for any purpose and without fee is hereby
 * granted, provided that the above copyright notice appear in all
 * copies and that both that copyright notice and this permission
 * notice appear in supporting documentation.  The author makes no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied
 * warranty.
 *
 */

/* $Id: util.h,v 1.1.1.1.2.1 1999/07/29 21:25:33 babafou Exp $ */

#ifndef _UTIL_H_
#define _UTIL_H_

#include <sys/types.h>

void *xmalloc ( size_t size ) ;

#endif /* _UTIL_H_ */