Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99f417b

Browse filesBrowse files
committed
clarify doco
1 parent 35ca479 commit 99f417b
Copy full SHA for 99f417b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎stl/stllog.m

Copy file name to clipboardExpand all lines: stl/stllog.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function stllog(varargin)
55
% string to the log where it is displayed with date, time and thread name.
66
%
77
% NOTES::
8-
% - String arguments must be wrapped with cstring, eg. cstring('hello')
8+
% - String arguments, not the format string, must be wrapped with cstring, eg. cstring('hello')
99
coder.cinclude('stl.h');
1010

1111
coder.ceval('stl_log', cstring(varargin{1}), varargin{2:end} ); % evaluate the C function

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.