/************************************************************************************** Copyright (c) 2002 The UbixOS Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are prohibited. $Id$ **************************************************************************************/ #include <stdio.h> FILE *fopen(const char *file,const char *mode) { FILE *fp = 0x0; return(fp); }