src/common.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Fri, 26 Feb 2010 01:42:46 +0100
changeset 49 59b09b0aeb96
parent 33 56571d34d754
permissions -rw-r--r--
safe_strncpy replaces the insecure strncpy function strncpy copies up to n bytes and does not terminate it, except the null byte is in the first n bytes... 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