source:
experiments/LL_API_test_1/LL_API_test_1.c
@
16
Revision 16, 103 bytes checked in by mmatloka, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[16] | 1 | #include <stdio.h> |
2 | #include <llapi.h> | |
3 | int main() | |
4 | { | |
5 | printf("tabs\n"); | |
6 | llinit(5); | |
7 | return 0; | |
8 | } | |
9 |
Note: See TracBrowser
for help on using the repository browser.