File: test.cpp

package info (click to toggle)
libarcus 5.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: cpp: 1,606; python: 128; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#include <Arcus/Socket.h>
#include <Arcus/Error.h>

int main(int argc, char** argv)
{
  Arcus::SocketState socket_state;
  return 0;
}