# Pastebin 8Dkj7CsO % gcc -std=gnu2x a.c | readelf -sW a.out|grep strtol 6: 0000000000000000 0 FUNC GLOBAL DEFAULT UND strtol@GLIBC_2.2.5 (4) 15: 0000000000000000 0 FUNC GLOBAL DEFAULT UND strtol@GLIBC_2.2.5 [kraj@apollo /tmp] % gcc -std=c2x a.c | readelf -sW a.out|grep strtol 6: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __isoc23_strtol@GLIBC_2.38 (5) 17: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __isoc23_strtol@GLIBC_2.38