aboutsummaryrefslogtreecommitdiff
path: root/shared/common/os.h
blob: f3dde895d2a601b25436758249b1e25e975570cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2004-2005 krzYszcz and others.
 * For information on usage and redistribution, and for a DISCLAIMER OF ALL
 * WARRANTIES, see the file, "LICENSE.txt," in this distribution.  */

#ifndef __OS_H__
#define __OS_H__

int ospath_length(char *path, char *cwd);
char *ospath_absolute(char *path, char *cwd, char *result);
FILE *fileread_open(char *filename, t_canvas *cv, int textmode);
FILE *filewrite_open(char *filename, t_canvas *cv, int textmode);

#endif