Skip to content

Changes in header file and c file of dieharder#8

Open
mwk28 wants to merge 2 commits into
seehuhn:masterfrom
mwk28:master
Open

Changes in header file and c file of dieharder#8
mwk28 wants to merge 2 commits into
seehuhn:masterfrom
mwk28:master

Conversation

@mwk28

@mwk28 mwk28 commented Jun 29, 2025

Copy link
Copy Markdown

Added extern keyword to all global variable keyword in dieharder.h which tells the compiler that these variables exist but will be defined ese where (in dieharder.c file).

mwk28 added 2 commits June 29, 2025 12:14
Modification - in dieharder.h file added "extern" keyword to all global varialbles declaration in dieharder.h file which tell the compiler that these variables exist but will be defined else where.
Declaring all global variables in dieharder.c file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant