mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
13 lines
370 B
C
13 lines
370 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.
|
|
*/
|
|
#ifndef simple_h
|
|
#define simple_h
|
|
|
|
extern int lib_call(int x);
|
|
|
|
#endif
|