diff options
Diffstat (limited to 'q3asm/lib.txt')
-rwxr-xr-x | q3asm/lib.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/q3asm/lib.txt b/q3asm/lib.txt new file mode 100755 index 0000000..7abf270 --- /dev/null +++ b/q3asm/lib.txt @@ -0,0 +1,31 @@ +
+strlen
+strcasecmp
+tolower
+strcat
+strncpy
+strcmp
+strcpy
+strchr
+
+vsprintf
+
+memcpy
+memset
+rand
+
+atoi
+atof
+
+abs
+
+floor
+fabs
+tan
+atan
+sqrt
+log
+cos
+sin
+atan2
+
|