2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/v1/example/template_use/sub/simple_lib.cpp
Rene Rivera 95df2ca6e0 Example of templates.
[SVN r15173]
2002-09-06 03:38:30 +00:00

14 lines
361 B
C++

/*
Copyright (C) 2002, Rene Rivera. Permission to copy, use, modify, sell and
distribute this software is granted provided this copyright notice appears in
all copies. This software is provided "as is" without express or implied
warranty, and with no claim as to its suitability for any purpose.
*/
#include "simple.h"
int lib_call(int x)
{
return x*2;
}