File: include_httplib.cc

package info (click to toggle)
cpp-httplib 0.26.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,732 kB
  • sloc: cpp: 19,414; makefile: 176; sh: 50; python: 50
file content (5 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (4)
1
2
3
4
5
// The sole purpose of this file is to include httplib.h in a separate
// compilation unit, thus verifying that inline keywords have not been forgotten
// when linked together with test.cc.

#include <httplib.h>