repo.or.cz
/
shlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
20230322
[shlib.git]
/
sample
/
template
/
comment
/
comment.shlib
blob
750ea92fb537af777a3f497ba89e1a62444d4897
1
2
##############################################
3
# template functions
4
fsrc_lisence()
5
{
6
:
7
}
8
9
fcmnt_body()
10
{
11
:
12
}
13
14
fcmnt_funclist()
15
{
16
:
17
}
18
19
fcmnt_func_desc()
20
{
21
:
22
}
23
24
25
fcmnt_private_func_list()
26
{
27
:
28
}
29
30
fcmnt_public_func_list()
31
{
32
:
33
}
34
35
fcmnt_public_api_list()
36
{
37
:
38
}
39
40
fcmnt_test_func()
41
{
42
:
43
}
44
45
46
fcmnt_private_func_extern_list()
47
{
48
:
49
}
50
51
fcmnt_public_func_extern_list()
52
{
53
:
54
}
55
56
fcmnt_public_api_extern_list()
57
{
58
:
59
}
60
61
62
fcmnt_upper()
63
{
64
:
65
}
66
67
fcmnt_lower()
68
69
fcmnt_inc_list()
70
{
71
:
72
}
73
74
fcmnt_inc()
75
{
76
:
77
}
78
79
fcmnt_lib_inc()
80
{
81
:
82
}