Skip to content

Navigation Menu

Sign in
Appearance settings

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 3bb4ac7

Browse filesBrowse files
committed
doco
1 parent 1ec3602 commit 3bb4ac7
Copy full SHA for 3bb4ac7

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

‎stl/stllog.m

Copy file name to clipboardExpand all lines: stl/stllog.m
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
function stllog(varargin)
2+
%stl.log Send formatted string to log
3+
%
4+
% stl.log(fmt, args...) has printf() like semantics and sends the formatted
5+
% string to the log where it is displayed with date, time and thread name.
6+
%
7+
% NOTES::
8+
% - String arguments must be wrapped with cstring, eg. cstring('hello')
29
coder.cinclude('stl.h');
310

411
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.