File: Versions

package info (click to toggle)
wvstreams 4.6.1-19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,420 kB
  • sloc: cpp: 64,196; ansic: 4,154; sh: 4,025; makefile: 546; perl: 402
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libc {
  GLIBC_2.1 {
    # variables in normal name space
    argp_err_exit_status; argp_program_bug_address; argp_program_version;
    argp_program_version_hook;

    # a*
    argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
    argp_usage;

    # kludge for recursive argp callers that know the magic.
    _argp_unlock_xxx;
  }
}