]> The Tcpdump Group git mirrors - libpcap/blob - config/have_snprintf.c
Define ffs() in optimize.c; that's all that uses it.
[libpcap] / config / have_snprintf.c
1 #include <stdio.h>
2 int main() {
3 char buf[128];
4 snprintf( buf, sizeof(buf), "12121" );
5 }