C++ linker presentation
This commit is contained in:
3
cpplinker/02_symbol_resolution/math.cpp
Normal file
3
cpplinker/02_symbol_resolution/math.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <iostream>
|
||||
|
||||
double square(double x) { return x * x; }
|
||||
Reference in New Issue
Block a user