Subversion Repositories SvarDOS

Rev

Rev 249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 249 Rev 268
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of pkginst
2
 * This file is part of pkg (SvarDOS)
3
 * Copyright (C) 2013-2021 Mateusz Viste, All rights reserved.
3
 * Copyright (C) 2013-2021 Mateusz Viste
4
 */
4
 */
5
 
5
 
6
#include <stdio.h>   /* fopen, fclose... */
6
#include <stdio.h>   /* fopen, fclose... */
7
#include <string.h>  /* strcasecmp() */
7
#include <string.h>  /* strcasecmp() */
8
 
8