diff options
Diffstat (limited to 'q3asm/lib.txt')
-rwxr-xr-x | q3asm/lib.txt | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/q3asm/lib.txt b/q3asm/lib.txt index 7abf270..737a030 100755 --- a/q3asm/lib.txt +++ b/q3asm/lib.txt @@ -1,31 +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
-
+ +strlen +strcasecmp +tolower +strcat +strncpy +strcmp +strcpy +strchr + +vsprintf + +memcpy +memset +rand + +atoi +atof + +abs + +floor +fabs +tan +atan +sqrt +log +cos +sin +atan2 + |