Files
harbour-core/contrib/hbnf/origin.c
vszakats 9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (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
2013-03-16 02:11:42 +01:00

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 )