Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled
7 lines
99 B
C
7 lines
99 B
C
#ifndef _WRITE_FILE_H
|
|
#define _WRITE_FILE_H
|
|
|
|
#define WF_TRUNCATE (1 << 1)
|
|
|
|
#endif // _WRITE_FILE_H
|