about summary refs log tree commit diff stats
path: root/087file.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-16 12:39:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-16 12:39:47 -0700
commitc057f5c190bc83abc6ef636989c622ba4def8ec3 (patch)
tree6fd75a543179e6c4cf26892b4542821bd62fbf9e /087file.cc
parent3d748ce13e22e94033f041347f2ae797bed1a2f1 (diff)
downloadmu-c057f5c190bc83abc6ef636989c622ba4def8ec3.tar.gz
3195
Diffstat (limited to '087file.cc')
-rw-r--r--087file.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/087file.cc b/087file.cc
index 6e9cc4ad..6109fe26 100644
--- a/087file.cc
+++ b/087file.cc
@@ -2,6 +2,9 @@
 //:   '$open-file-for-reading' returns a FILE* as a number (ugh)
 //:   '$read-from-file' accepts a number, interprets it as a FILE* (double ugh) and reads a character from it
 //: Similarly for writing files.
+//: These interfaces are ugly and tied to the current (Linux) host Mu happens
+//: to be implemented atop. Later layers will wrap them with better, more
+//: testable interfaces.
 //:
 //: Clearly we don't care about performance or any of that so far.
 //: todo: reading/writing binary files