Subversion Repositories SvarDOS

Rev

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

Rev 235 Rev 240
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of the FDNPKG project.
2
 * This file is part of the pkginst (SvarDOS) project.
3
 * Copyright (C) Mateusz Viste 2012-2016. All rights reserved.
3
 * Copyright (C) Mateusz Viste 2012-2021. All rights reserved.
4
 */
4
 */
5
 
5
 
6
#include <ctype.h>    /* toupper() */
6
#include <ctype.h>    /* toupper() */
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <string.h>    /* strlen() */
8
#include <string.h>    /* strlen() */