MCPcopy Create free account
hub / github.com/chenshuo/muduo / print

Function print

examples/asio/tutorial/timer2/timer.cc:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <iostream>
4
5void print()
6{
7 std::cout << "Hello, world!\n";
8}
9
10int main()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected