7 lines
76 B
C
Raw Normal View History

2025-04-28 15:31:05 +08:00
#ifndef __FAKE_LIBINTL_H
#define __FAKE_LIBINTL_H
#define _(X) (X)
#endif