aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index 542fe7e3..1d64b914 100644
--- a/src/library.js
+++ b/src/library.js
@@ -72,6 +72,8 @@ var Library = {
// stdlib.h
+ abs: 'Math.abs',
+
atexit: function(func) {
__ATEXIT__.push(func);
},