i386: Replace assembly versions of e_log2f with generic e_log2f.c
[glibc.git] / elf / unload4mod2.c
blob497ef5d93b05f30bc140cef7148f36c578b4f246
1 #include <stdio.h>
3 int
4 baz (int x)
6 puts ("in baz");
7 return x * 4;