implement access_file/2 in C

This commit is contained in:
Vítor Santos Costa
2010-08-03 21:04:16 +01:00
parent 69b21df917
commit c081d01e78
6 changed files with 85 additions and 23 deletions

View File

@@ -95,10 +95,12 @@ A Eq N "="
A Error N "error"
A Evaluable N "evaluable"
A EvaluationError N "evaluation_error"
A Execute N "execute"
A ExecAnswers N "exec_answers"
A ExecuteInMod F "$execute_in_mod"
A ExecuteWithin F "$execute_within"
A ExecuteWoMod F "$execute_wo_mod"
A Exist N "exist"
A ExistenceError N "existence_error"
A ExpectedNumber N "expected_number_syntax"
A ExtendFileSearchPath F "$extend_file_search_path"
@@ -177,6 +179,7 @@ A Nb N "nb"
A NbTerm N "nb_term"
A New N "new"
A NoMemory N "no_memory"
A None N "none"
A NonEmptyList N "non_empty_list"
A Not N "\\+"
A NotImplemented N "not_implemented"