src/common.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 03 Jan 2009 21:41:51 +0100
changeset 33 56571d34d754
permissions -rw-r--r--
safe buffers, a memory leak and cleanups sizeof(buffer) is always the right choice for a static buffer... The error handler must appear before the printf Useful make targets like deb and debclean Trivial changes like removing trailing white spaces committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $Id: common.h 551 2009-02-01 10:28:39Z mbroeker $
 */

#ifndef COMMON_H
#define COMMON_H

#define DEFAULT_BUF_SIZE 512
#endif