projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new home directory
[feisty_meow.git]
/
nucleus
/
library
/
mathematics
/
placeholder.cpp
1
\r
2
\r
3
// sole purpose of this is to make the lib be generated,
\r
4
// even though we currently do not have any code that lives inside it.
\r
5
\r
6
\r
7
#include "double_plus.h"
\r
8
\r
9
using namespace mathematics;
\r
10
\r
11
int fu()
\r
12
{
\r
13
double_plus ted;
\r
14
return (int)ted;
\r
15
}
\r