Files
FC1/STLPORT/stlport/BC50/algorith.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

22 lines
339 B
C

/*
* Copyright (c) 1999 Boris Fomitchev
* AUTOMATICALLY GENERATED - DO NOT EDIT !
*/
/*
*
* This wrapper is needed for Borland C++ 5.0 to get STLport
* header properly included
*/
#ifndef __STLPORT_BC_algorithm_H
# define __STLPORT_BC_algorithm_H
# include <..\algorithm.>
#endif
// Local Variables:
// mode:C++
// End: