mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
6 lines
76 B
C
6 lines
76 B
C
#ifndef __FAKE_LIBINTL_H
|
|
#define __FAKE_LIBINTL_H
|
|
|
|
#define _(X) (X)
|
|
|
|
#endif
|