brintos

brintos / linux-shallow public Read only

0
0
Text · 112 B · 4bcc977 Raw
8 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <android/api-level.h>3 4int main(void)5{6	return __ANDROID_API__;7}8