📄 __FILE.h

Size: 110 bytes
Path: //usr/include/bits/types/__FILE.h
Modified: 2026-02-17 11:01:52
#ifndef ____FILE_defined
#define ____FILE_defined 1

struct _IO_FILE;
typedef struct _IO_FILE __FILE;

#endif