index
:
blog
2015
2016
2017
2018
2019
gh-pages
master
redirect
My blog
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
_posts
/
snippets
/
static_vs_inline_vs_unnamed_namespaces
/
static
/
proxy.cpp
blob: 78e46114a31d6dd4ba444428e67fcb0da580a018 (
plain
) (
blame
)
1
2
3
4
5
6
#include
"proxy.hpp"
#include
"shared.hpp"
int
proxy
()
{
return
shared
();
}