Add directory stream wrappers #40
Reference in New Issue
Block a user
Delete Branch "10"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #10.
Summary:
Tests:
af5a4b861atod5e5e95c61@@ -0,0 +5,4 @@#include "aksl_internal.h"akerr_ErrorContext AKERR_NOIGNORE *aksl_opendir(const char *pathname, DIR **dest)None of these functions have
manstyle comment blocks for context on their operations, the same way other sources in this library do.@@ -0,0 +23,4 @@DIR *dirp = (DIR *)1;struct dirent entry;AKSL_CHECK_STATUS(aksl_opendir("/nonexistent/aksl/dir", &dirp), ENOENT);None of these checks have any comments explaining what the actual error cases are that they're testing