ReactOS 0.4.15-dev-7958-gcd0bb1a
dat.c
Go to the documentation of this file.
1/* @(#)dat.c 1.3 03/06/15 Copyright 1986, 1996-2003 J. Schilling */
2/*
3 * Copyright (c) 1986, 1996-2003 J. Schilling
4 */
5/*
6 * The contents of this file are subject to the terms of the
7 * Common Development and Distribution License, Version 1.0 only
8 * (the "License"). You may not use this file except in compliance
9 * with the License.
10 *
11 * See the file CDDL.Schily.txt in this distribution for details.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file CDDL.Schily.txt from this distribution.
15 */
16
17char _badfile[] = "bad_file";
18char _badmode[] = "bad_file_mode";
19char _badop[] = "bad_file_op";
char _badmode[]
Definition: dat.c:18
char _badop[]
Definition: dat.c:19
char _badfile[]
Definition: dat.c:17