All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
7 lines
97 B
C
7 lines
97 B
C
#ifndef _WRITE_FILE_H
|
|
#define _WRITE_FILE_H
|
|
|
|
#define WF_APPEND (1 << 0)
|
|
|
|
#endif // _WRITE_FILE_H
|