mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +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;
|
||
|
}
|