Name: cindent - indent and format an LPC program source file Syntax: int cindent(string path) Description: The cindent efun indents and formats the named file in the same way as the Unix program 'indent'. It is used by the ed function 'I' with the currently edited file. Return value: 0, if there is no such file, 1 upon successful completion. Examples: cindent("/players/nobody/workroom.c"); See also: build/ed, efun/ed