DEBSOURCES
Skip Quicknav
sources / tinydyndns / 0.4.2.debian1-3 / alloc.h
12345678
#ifndef ALLOC_H #define ALLOC_H extern /*@null@*//*@out@*/char *alloc(); extern void alloc_free(); extern int alloc_re(); #endif