File: config.fferc

package info (click to toggle)
ffe 0.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: ansic: 6,223; sh: 4,277; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
structure s1 {
    type fixed
    output semicolon
    record row {
        field col1 2
        field col2 4
        field col3 8
    }
}
output semicolon {
    data "%t"
    separator ";"
}