Philippe Mathieu-Daudé f703f1ef99 bulk: Do not declare function prototypes using 'extern' keyword
By default, C function prototypes declared in headers are visible,
so there is no need to declare them as 'extern' functions.
Remove this redundancy in a single bulk commit; do not modify:

  - meson.build (used to check function availability at runtime)
  - pc-bios/
  - libdecnumber/
  - tests/
  - *.c

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230605175647.88395-5-philmd@linaro.org>
2023-08-31 19:47:43 +02:00
..
2023-03-24 11:45:46 +01:00
2023-08-31 19:47:43 +02:00
2023-01-08 01:54:22 -05:00
2023-08-23 12:06:39 +02:00
2023-07-11 00:11:25 +02:00
2023-02-08 07:16:23 +01:00
2023-07-25 17:13:53 +03:00
2023-07-07 06:32:53 -03:00
2023-07-25 17:13:45 +03:00
2023-01-08 01:54:22 -05:00
2023-08-23 12:06:39 +02:00
2023-03-20 12:43:50 +01:00
2023-03-20 12:43:50 +01:00
2022-11-08 11:13:48 +01:00