summaryrefslogtreecommitdiff
path: root/gcc/d/dmd/common/README.md
blob: a9b65c3dd8d7cf4f19a5a2028b588332060c09bb (plain)
1
2
3
4
5
6
7
# Table of contents

| File                                                                               | Purpose                                                         |
|------------------------------------------------------------------------------------|-----------------------------------------------------------------|
| [file.d](https://github.com/dlang/dmd/blob/master/src/dmd/common/file.d)           | Functions and objects dedicated to file I/O and management      |
| [outbuffer.d](https://github.com/dlang/dmd/blob/master/src/dmd/common/outbuffer.d) | An expandable buffer in which you can write text or binary data |
| [string.d](https://github.com/dlang/dmd/blob/master/src/dmd/common/string.d)       | Common string functions including filename manipulation         |