mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-06 21:37:06 +00:00
more gcc-3 compatibility: add putchar()
This commit is contained in:
parent
4c98823894
commit
0c63c2cb52
@ -254,4 +254,9 @@ int puts(const char * s)
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
int putchar (int c)
|
||||
{
|
||||
return console_putchar(c);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user