File: rfc2045enomem.c

package info (click to toggle)
maildrop 2.9.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,104 kB
  • sloc: ansic: 26,822; cpp: 9,085; sh: 4,868; makefile: 753; perl: 94
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
#if	HAVE_CONFIG_H
#include       "rfc2045_config.h"
#endif
#include	"rfc2045.h"

void rfc2045_enomem()
{
	rfc2045_error("Out of memory.");
}