repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
delint
[AROS.git]
/
workbench
/
c
/
HDTool
/
list.h
blob
9043d62f6613fd8459eaade13405d1f025c509ce
1
#ifndef LIST_H
2
#define LIST_H
3
4
#include <exec/types.h>
5
6
LONG
list
(
char
*,
STRPTR
);
7
8
#endif
/* LIST_H */
9