* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
27 lines
550 B
C
27 lines
550 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Author....: Steve Larsen
|
|
* CIS ID....: 76370,1532
|
|
*
|
|
* This is an original work by K. Stephan Larsen and is placed in the
|
|
* public domain.
|
|
*
|
|
* Modification history:
|
|
* ---------------------
|
|
*
|
|
* Rev 1.1 09 Nov 1992 22:35:52 GLENN
|
|
* Function was inadvertently named origin() instead of ft_Origin() when
|
|
* it went from an .asm to a .c file. Renamed it back to ft_origin().
|
|
*
|
|
* Rev 1.0 03 Oct 1992 02:13:54 GLENN
|
|
* Initial revision.
|
|
*
|
|
*/
|
|
|
|
#include "hbapi.h"
|
|
|
|
HB_FUNC_TRANSLATE( FT_ORIGIN, HB_PROGNAME )
|