~sheosi/helenos/lua

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/stdio.h

  • Committer: Sergio Tortosa (sheosi)
  • Date: 2013-12-22 14:13:23 UTC
  • mfrom: (2032.1.12 mainline)
  • Revision ID: sertorbe@gmail.com-20131222141323-gbiqm4j2w9sbjty5
MergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
 
151
151
/* Misc file functions */
152
152
extern int rename(const char *, const char *);
 
153
extern int remove(const char *);
153
154
 
154
155
#endif
155
156