⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (270 Bytes)
Statistics
| Revision:
repo2
/
firmware
/
sockit
/
linuxdir.h
@ 461
View
History
Annotate
#pragma once
#include
"simpledir.h"
// Extends simple dir with way of opening files and looking at dirs!
// Not all systems provide this...
#include
<dirent.h>
struct
SimpleDirEntry
{
struct
dirent
entry
;
char
path
[
256
];
struct
SimpleDirEntry
*
next
;
};
« Previous
1
2
3
4
5
…
7
Next »
(3-3/7)
Loading...