blob: da7dc7d827adb2ad09c0ad0d90ef11cfb220a941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (c) 1989 University of Maryland
* Department of Computer Science. All rights reserved.
* Permission to copy for any purpose is hereby granted
* so long as this copyright notice remains intact.
*/
/*
* Temp Files.
*/
int MakeRWTempFile(char *name);
|