Added directory functions to the Commodore Platform File System.
They reduce the Telnet server's run size by 1231 bytes.
This commit is contained in:
parent
c25e965b0c
commit
d864e73579
14 changed files with 636 additions and 19 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
||||
#define CFS_IMPL 1
|
||||
#include "cfs/cfs.h"
|
||||
|
||||
struct cfs_posix_dir {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue