dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / hotplug2 / mem_utils.h
blobb1ea696b9368f31b7d78f3cc5350235343e4d1c7
1 /*****************************************************************************\
2 * _ _ _ _ ___ *
3 * | || | ___ | |_ _ __ | | _ _ __ _ |_ ) *
4 * | __ |/ _ \| _|| '_ \| || || |/ _` | / / *
5 * |_||_|\___/ \__|| .__/|_| \_,_|\__, |/___| *
6 * |_| |___/ *
7 \*****************************************************************************/
9 #ifndef MEM_UTILS_H
10 #define MEM_UTILS_H 1
11 inline void *xmalloc(size_t);
12 inline void *xrealloc(void *, size_t);
13 #endif