* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
23 lines
534 B
C
23 lines
534 B
C
/*
|
|
* 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 )
|