File: ecommon.h

package info (click to toggle)
procmail 3.22-25%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,116 kB
  • sloc: ansic: 9,885; sh: 1,957; makefile: 136
file content (6 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
/*$Id: ecommon.h,v 1.4 1994/05/26 14:12:33 berg Exp $*/

void
 *tmalloc Q((const size_t len)),
 *trealloc Q((void*old,const size_t len)),
 tfree P((void*a));