nghttp2/examples
Tatsuhiro Tsujikawa 53bfc70c9e Include inttypes.h (or cintypes for C++) instead of stdint.h
From autoconf manual, section 5.6.1 Portability of Headers, says:

"""
The C99 standard says that inttypes.h includes stdint.h, so there's no
need to include stdint.h separately in a standard environment. Some
implementations have inttypes.h but not stdint.h (e.g., Solaris 7),
but we don't know of any implementation that has stdint.h but not
inttypes.h.
"""
2015-05-14 00:17:45 +09:00
..
.gitignore examples: Update .gitignore 2015-03-06 03:14:26 +09:00
Makefile.am examples: Place AM_CPPFLAGS first to use in-package header files first 2015-03-26 23:09:39 +09:00
asio-cl.cc asio: Remove eof check in asio-cl.cc 2015-03-07 03:10:37 +09:00
asio-cl2.cc asio: Use host_service_from_uri in asio-cl2.cc 2015-03-07 01:10:49 +09:00
asio-sv.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio-sv2.cc Check more headers and funcs 2015-05-13 23:29:20 +09:00
client.c Include inttypes.h (or cintypes for C++) instead of stdint.h 2015-05-14 00:17:45 +09:00
deflate.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
libevent-client.c Check more headers and funcs 2015-05-13 23:29:20 +09:00
libevent-server.c Check more headers and funcs 2015-05-13 23:29:20 +09:00
tiny-nghttpd.c Check more headers and funcs 2015-05-13 23:29:20 +09:00