Merged chkpwr to chkusr and moved defines to config.h.

This commit is contained in:
Johannes Findeisen 2025-09-08 02:34:46 +02:00
commit 71555fc275
12 changed files with 171 additions and 51 deletions

View file

@ -7,16 +7,13 @@
* License: Apache-2.0 (see LICENSE)
*/
#include "version.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define MAX_LINE 1024
#define MAX_NAME 256
int main(int argc, char *argv[])
{
if (argc != 3)