Subversion Repositories SvarDOS

Rev

Rev 1979 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1979 Rev 2235
Line 5... Line 5...
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 */
9
#include <string.h>   /* strlen() */
9
#include <string.h>   /* strlen() */
-
 
10
#include <strings.h>
10
#include <sys/types.h>
11
#include <sys/types.h>
11
#include <direct.h> /* opendir() and friends */
12
#include <direct.h> /* opendir() and friends */
12
 
13
 
13
#include "helpers.h"  /* fdnpkg_strcasestr(), slash2backslash()... */
14
#include "helpers.h"  /* fdnpkg_strcasestr(), slash2backslash()... */
14
#include "libunzip.h"  /* zip_freelist()... */
15
#include "libunzip.h"  /* zip_freelist()... */
15
#include "lsm.h"
16
#include "lsm.h"
16
#include "svarlang.lib\svarlang.h"
17
#include "svarlang.lib/svarlang.h"
17
 
18
 
18
#include "showinst.h"  /* include self for control */
19
#include "showinst.h"  /* include self for control */
19
 
20
 
20
 
21
 
21
int showinstalledpkgs(const char *filterstr, const char *dosdir) {
22
int showinstalledpkgs(const char *filterstr, const char *dosdir) {