Files
harbour-core/contrib/hbnf/nwlstat.prg
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

32 lines
630 B
Plaintext

/*
* Author....: Glenn Scott
* CIS ID....: ?
*
* This is an original work by Glenn Scott and is placed in the
* public domain.
*
* Modification history:
* ---------------------
*
* Rev 1.2 15 Aug 1991 23:06:04 GLENN
* Forest Belt proofread/edited/cleaned up doc
*
* Rev 1.1 12 Jun 1991 02:19:46 GLENN
* Documentation correction and check for compatibility with new return
* value for ft_int86().
*
* Rev 1.0 01 Apr 1991 01:01:54 GLENN
* Nanforum Toolkit
*
*/
FUNCTION ft_NWLStat()
LOCAL nStation := _ft_NWKStat()
IF nStation < 0
nStation += 256
ENDIF
RETURN nStation