mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Add ability to generate internal API documentation using Doxygen.
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef READ_H
|
||||
#define READ_H
|
||||
/*
|
||||
/**
|
||||
* \file
|
||||
*
|
||||
* Provides a function to read a numeric value.
|
||||
*
|
||||
* Copyright (C) 2020 Martin Whitaker.
|
||||
* Copyright (C) 2020-2022 Martin Whitaker.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
/**
|
||||
* Returns an unsigned numeric value entered on the keyboard. Echoes the
|
||||
* input to the display field located at (row,col), limiting it to field_width
|
||||
* characters. If the entered value is prefixed by "0x", assumes base 16,
|
||||
|
||||
Reference in New Issue
Block a user