stdio_ext.h needs to include stdio.h, at least to get FILE...
[musl] / crt / arm / crtn.s
1 .section .init
2         pop {lr}
3         tst lr,#1
4         moveq pc,lr
5         bx lr
6
7 .section .fini
8         pop {lr}
9         tst lr,#1
10         moveq pc,lr
11         bx lr