9 lines
106 B
C
9 lines
106 B
C
#include "struct.h"
|
|
|
|
#ifndef __HAIKU_H
|
|
#define __HAIKU_H
|
|
|
|
qword haiku_get_free_space(char* path);
|
|
|
|
#endif
|