mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
5 lines
112 B
C
5 lines
112 B
C
/* befs.c - The native BeOS/Haiku file-system. */
|
|
#define MODE_BFS 1
|
|
#define MODE_BIGENDIAN 1
|
|
#include "afs.c"
|