File: get_value.h

package info (click to toggle)
account-utils 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 836 kB
  • sloc: ansic: 8,789; xml: 1,584; sh: 77; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
// SPDX-License-Identifier: BSD-2-Clause

#pragma once

extern int get_value(const char *def, const char *prompt, char **input);