File: get_value.h

package info (click to toggle)
account-utils 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 844 kB
  • sloc: ansic: 8,953; xml: 1,584; sh: 77; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
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);