mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
14 lines
361 B
C++
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;
|
|
}
|