Introduction
Introduction Statistics Contact Development Disclaimer Help
util.h - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
util.h (272B)
---
1 #define MIN(a,b) (((a)<(b))?(a):(b))
2 #define LEN(a) (sizeof(a) / sizeof((a)[0]))
3 #define bpdump(p,n) 1
4
5 #undef strlcpy
6 size_t strlcpy(char *, const char *, size_t);
7
8 void weprintf(const char *, ...);
9 void eprintf(const char *, ...);
10 void enprintf(int, const char *, ...);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.