chiark
/
gitweb
/
~mdw
/
rocl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe3f5d
)
New .def files for Windows users.
author
mdw
<mdw>
Tue, 18 Mar 2003 10:42:29 +0000
(10:42 +0000)
committer
mdw
<mdw>
Tue, 18 Mar 2003 10:42:29 +0000
(10:42 +0000)
graph.def
[new file with mode: 0644]
patch
|
blob
vec.def
[new file with mode: 0644]
patch
|
blob
diff --git a/graph.def
b/graph.def
new file mode 100644
(file)
index 0000000..
963a520
--- /dev/null
+++ b/
graph.def
@@ -0,0
+1,3
@@
+EXPORTS
\r
+ Graph_Init @1
\r
+ Graph_SafeInit @2
\r
diff --git a/vec.def
b/vec.def
new file mode 100644
(file)
index 0000000..
17965d2
--- /dev/null
+++ b/
vec.def
@@ -0,0
+1,7
@@
+EXPORTS
\r
+ Vec_Init @1
\r
+ Vec_SafeInit @2
\r
+ vec_find @3
\r
+ vec_index @4
\r
+ vec_destroy @5
\r
+ vec_create @6
\r