Mercurial > pidgin
comparison PROGRAMMING_NOTES @ 16178:d73ee2690376
merge of '3ae1c2f29b72682bad3542b9c0175438dd3309c0'
and '60672db63b751e0cdc4ab40d5251c9479d3c0c79'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 16 Apr 2007 00:46:39 +0000 |
| parents | 83ec0b408926 |
| children | e8f8d19bf3ee |
comparison
equal
deleted
inserted
replaced
| 16168:cc5917d70dde | 16178:d73ee2690376 |
|---|---|
| 14 | 14 |
| 15 - Open binary files when reading or writing with 'b' mode. | 15 - Open binary files when reading or writing with 'b' mode. |
| 16 | 16 |
| 17 e.g: fopen("somefile", "wb"); | 17 e.g: fopen("somefile", "wb"); |
| 18 | 18 |
| 19 Not doing so will open files in windows using defaut translation mode. | 19 Not doing so will open files in windows using default translation mode. |
| 20 i.e. newline -> <CR><LF> | 20 i.e. newline -> <CR><LF> |
| 21 | 21 |
| 22 Paths | 22 Paths |
| 23 ----- | 23 ----- |
| 24 | 24 |
