www.digitalmars.com Home | Search | CTG | RTL | IDDE | STL | C/C++ Compiler | D
Last update Thu Apr 13 20:39:47 2006
Runtime Library
Reference


· Constants
· Data types

Standard C
· assert.h
· complex.h
· ctype.h
· fenv.h
· float.h
· locale.h
· math.h
· setjmp.h
· signal.h
· stdarg.h
· stddef.h
· stdio.h
· stdlib.h
· string.h
· time.h


Standard C++
· IOstream
· new


Win32
· gc.h


DOS, DOS32, Win16
· bios.h
· cerror.h
· disp.h
· dos.h
· dos.h part 2
· emm.h
· handle.h
· int.h
· msmouse.h
· sound.h
· swap.h
· tsr.h
· winio.h


Other C
· bitops.h
· conio.h
· controlc.h
· direct.h
· fltpnt.h
· io.h
· page.h
· process.h
· search.h
· sys\stat.h
· tabsize.h
· trace.h
· utime.h
· unmangle.h
· util.h


Other C++
· regexp.h
· class complex


tabsize.h


tab_sizeget

Header

tabsize.h

Prototype

unsigned short tab_sizeget(void);

Description

This function obtains the current setting of the global tab size.

Return Value

Returns the current global tab size.

Compatibility

DOS Windows 3.x Phar Lap DOSX Win32

See Also

tab_sizegetenv
tab_sizeputenv
tab_sizeset


tab_sizegetenv

Header

tabsize.h

Prototype

unsigned short tab_sizegetenv(void);

Description

Gets the value of the TAB environment variable. If no TAB variable exists, it will return the value of the TABS environment variable. If neither environment variable exists it will return 0.

Return Value

The value of TAB or TABS, if they exist, otherwise 0.

Compatibility

DOS Windows 3.x Phar Lap DOSX Win32

See Also

tab_sizeget
tab_sizeputenv
tab_sizeset


tab_sizeputenv

Header

tabsize.h

Prototype

void tab_sizeputenv(unsigned short newtabsize);

Description

Defines the environment variable TAB with a value equal to the specified tab size. It will undefine the environment variable TABS if it is present.

Return Value

None

Compatibility

DOS Windows 3.x Phar Lap DOSX Win32

See Also

tab_sizeget
tab_sizegetenv
tab_sizeset


tab_sizeset

Header

tabsize.h

Prototype

void tab_sizeset(unsigned short newtabsize);

Description

This function changes the global tab size.

Return Value

None

Compatibility

DOS Windows 3.x Phar Lap DOSX Win32

See Also

tab_sizegetenv
tab_sizeputenv
tab_sizeset