~ubuntu-branches/ubuntu/precise/openarena/precise

« back to all changes in this revision

Viewing changes to code/tools/asm/lib.txt

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2007-01-20 12:28:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070120122809-2yza5ojt7nqiyiam
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
strlen
 
3
strcasecmp
 
4
tolower
 
5
strcat
 
6
strncpy
 
7
strcmp
 
8
strcpy
 
9
strchr
 
10
 
 
11
vsprintf
 
12
 
 
13
memcpy
 
14
memset
 
15
rand
 
16
 
 
17
atoi
 
18
atof
 
19
 
 
20
abs
 
21
 
 
22
floor
 
23
fabs
 
24
tan
 
25
atan
 
26
sqrt
 
27
log
 
28
cos
 
29
sin
 
30
atan2
 
31