Subversion Repositories SvarDOS

Rev

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

Rev 259 Rev 268
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of PKGINST (SvarDOS)
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>
6
#include <stdio.h>
7
#include <ctype.h>    /* tolower() */
7
#include <ctype.h>    /* tolower() */
8
#include <stdlib.h>   /* atoi(), qsort() - not using it after all, redefining it manually later */
8
#include <stdlib.h>   /* atoi(), qsort() - not using it after all, redefining it manually later */