Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1337 → Rev 1338

/sved/trunk/sved.c
23,8 → 23,8
* IN THE SOFTWARE.
*/
 
#include <dos.h>
#include <fcntl.h>
#include <dos.h> /* _dos_open(), _dos_read(), _dos_close(), ... */
#include <fcntl.h> /* O_RDONLY, O_WRONLY */
#include <stdlib.h>
#include <string.h>
#include <malloc.h> /* _fcalloc() */
/sved/trunk/sved.txt
1,9 → 1,8
 
 
Sved, the SvarDOS editor
 
Copyright (C) 2023 Mateusz Viste
 
 
Sved is the editor that comes with SvarDOS. Sved is not meant to be a
full-featured text editor, it is designed for basic editing of configuration
files and not much more. On the pro side Sved has a low memory footprint and
32,6 → 31,8
 
Sved is released under the terms of the MIT license.
 
Copyright (C) 2023 Mateusz Viste
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights