mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
7 lines
57 B
Awk
7 lines
57 B
Awk
function foo(N) {
|
|
return 0
|
|
}
|
|
BEGIN {
|
|
Num = foo[c]
|
|
}
|
|
|