diff options
Diffstat (limited to 'Octave/format.h')
-rw-r--r-- | Octave/format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Octave/format.h b/Octave/format.h index 81686d0..18843ce 100644 --- a/Octave/format.h +++ b/Octave/format.h @@ -17,3 +17,5 @@ */ int format_of_str (const std::string & fmt) ; + +void string_of_format (std::string & fmt, int format) ; |