mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 01:20:40 +00:00
13 lines
106 B
C
13 lines
106 B
C
![]() |
|
||
|
extern __inline long int
|
||
|
__strtol_l (int a)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
long int
|
||
|
__strtol_l (int a)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|