Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>shiftlr</b> -- shift left and shift right http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            shiftlr  --  Shift left and Shift right

synopsis        VOID shiftl(fld,ch,decireal)
                TEXT fld;      pointer to field to shift left
                TEXT ch;        character to add at end of field
                COUNT decireal; decimal pos

                VOID shiftr(fld,decireal)
                TEXT fld;      pointer to field to shift right
                COUNT decireal; decimal pos

description  These routines shift a field left or right
           they are called by the input routines when
           necessary.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson