comparison liboctave/lo-utils.h @ 10174:eb64bf1c6107

use unlink module from gnulib
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 02:28:33 -0500
parents 2b1f3f156aaf
children d354be89b2c3
comparison
equal deleted inserted replaced
10173:2b1f3f156aaf 10174:eb64bf1c6107
69 69
70 extern "C" OCTINTERP_API int octave_strncasecmp (const char *s1, const char *s2, size_t n); 70 extern "C" OCTINTERP_API int octave_strncasecmp (const char *s1, const char *s2, size_t n);
71 71
72 extern "C" OCTAVE_API mode_t octave_umask (mode_t); 72 extern "C" OCTAVE_API mode_t octave_umask (mode_t);
73 73
74 extern "C" OCTAVE_API int octave_unlink (const char *name);
75
74 template <typename T> 76 template <typename T>
75 T 77 T
76 octave_read_value (std::istream& is) 78 octave_read_value (std::istream& is)
77 { 79 {
78 T retval; 80 T retval;