gctf2023/pwn/flipper/dist/utils/exe2minixfs/ustl/uatomic.h
2023-11-24 13:11:34 -05:00

6 lines
123 B
C

// WARNING: This is only a dummy header for the exe2minixfs tool!
#ifdef EXE2MINIXFS
#pragma once
#include <atomic>
#endif