File: misc.h

package info (click to toggle)
diction 0.7-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 316 kB
  • ctags: 184
  • sloc: ansic: 1,784; sh: 1,507; makefile: 83
file content (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef MISC_H
#define MISC_H

#ifdef BROKEN_REALLOC
#define realloc(p,s) myrealloc(p,s)
#endif

#endif