Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit b530fbb

Browse files
authored
Update README.md
1 parent 5c1fe3a commit b530fbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ following symbols:
3535
* `adapf_listing`
3636

3737
The last two (`adapf_title` and `adapf_listing`) are generated
38-
automatically by the `[build.py][2]` script.
38+
automatically by the `[build.py][2]` script. Below, each of the
39+
functions to be exported is explained:
3940

4041
* `void *adapf_init()`: The `adapf_init` function initializes (e.g.,
4142
acquires memory for) the data structures that the algorithm will use.
@@ -55,3 +56,5 @@ To compile an algorithm into a DSO file to be used with ATFA, use the
5556
`[build.py][3]` helper script.
5657

5758
[1]: https://github.com/fofoni/atfa
59+
[2]: #how-to-compile-an-algorithm
60+
[3]: https://github.com/fofoni/atfa-examples/blob/master/build.py

0 commit comments

Comments
 (0)