Skip to content

Commit

Permalink
Added another scanf alias; fixed vsscanf's alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
max99x committed Aug 30, 2011
1 parent 5deca89 commit 0b2268f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -3076,11 +3076,12 @@ LibraryManager.library = {
vsprintf: 'sprintf',
vscanf: 'scanf',
vfscanf: 'fscanf',
vsscanf: 'fsscanf',
vsscanf: 'sscanf',
__01fopen64_: 'fopen',
__01fseeko64_: 'fseek',
__01ftello64_: 'ftell',
__01tmpfile64_: 'tmpfile',
__isoc99_fscanf: 'fscanf',
// TODO: Check if any other aliases are needed.
_IO_getc: 'getc',
_IO_putc: 'putc',
Expand Down

0 comments on commit 0b2268f

Please sign in to comment.