Ignore:
Timestamp:
Nov 22, 2000, 1:49:56 AM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/file.c

    r4667 r4671  
    3535 */
    3636
     37#include <odin.h>
     38
    3739#include "crtdll.h"
    3840#include <stdarg.h>
     
    283285 * Open a file, creating it if it is not present.
    284286 */
    285 INT CDECL CTRDLL__creat(LPCSTR path, INT flags)
     287INT CDECL CRTDLL__creat(LPCSTR path, INT flags)
    286288{
    287289  // return (_creat(s, i));
Note: See TracChangeset for help on using the changeset viewer.