From a654e4ecace2d506d1b10f1dde2c287ebe84ef37 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 26 Mar 2016 23:59:59 -0700 Subject: 2812 --- html/087file.cc.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 html/087file.cc.html (limited to 'html/087file.cc.html') diff --git a/html/087file.cc.html b/html/087file.cc.html new file mode 100644 index 00000000..71b7461f --- /dev/null +++ b/html/087file.cc.html @@ -0,0 +1,62 @@ + + + + +Mu - 087file.cc + + + + + + + + + + +
+//:: Interacting with the file-system
+
+:(before "End Primitive Recipe Declarations")
+OPEN_FILE_FOR_READING,
+:(before "End Primitive Recipe Numbers")
+put(Recipe_ordinal, "open-file-for-reading", OPEN_FILE_FOR_READING);
+:(before "End Primitive Recipe Checks")
+case OPEN_FILE_FOR_READING: {
+  break;
+}
+:(before "End Primitive Recipe Implementations")
+case OPEN_FILE_FOR_READING: {
+  break;
+}
+
+:(before "End Primitive Recipe Declarations")
+OPEN_FILE_FOR_WRITING,
+:(before "End Primitive Recipe Numbers")
+put(Recipe_ordinal, "open-file-for-reading", OPEN_FILE_FOR_WRITING);
+:(before "End Primitive Recipe Checks")
+case OPEN_FILE_FOR_WRITING: {
+  break;
+}
+:(before "End Primitive Recipe Implementations")
+case OPEN_FILE_FOR_WRITING: {
+  break;
+}
+
+ + + -- cgit 1.4.1-2-gfad0