[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following listing contains the interface of the DosUnix unit.
This unit is there to overcome some of those differences between Dos and Unix systems that are not automatically hidden by GPC and the Run Time System. Currently features translation of bash style input/output redirections (`foo 2>&1') into `redir' calls for DJGPP (`redir -eo foo') and a way to read files with Dos CR/LF pairs on any system.
When necessary, new features will be added to the unit in future releases.
{ Some routines to support writing programs portable between Dos and Unix. Perhaps it would be a good idea not to put features to make Dos programs Unix-compatible (shell redirections) and vice versa (reading Dos files from Unix) together into one unit, but rather into two units, DosCompat and UnixCompat or so -- let's wait and see, perhaps when more routines suited for this/these unit(s) will be found, the design will become clearer ... |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |