en:docs:tk:som:sc:pr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:tk:som:sc:pr [2025/04/08 14:22] – [somtmget, somtmgetSL function] prokusheven:docs:tk:som:sc:pr [2025/04/08 14:50] (current) – [somtfatal, somtfatalSL function] prokushev
Line 437: Line 437:
 Note: somtisparent version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink.  Note: somtisparent version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. 
  
-==== somtmprintf, somtmprintfSL function ==== 
  
-<code c> 
-SOMEXTERN int somtmprintf(int setnum, int msgnum, ...); 
-SOMEXTERN int SOMLINK somtmprintfSL(int setnum, int msgnum, ...); 
-</code> 
- 
-Note: somtmprintf version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink.  
 ==== somtokremove, somtokremoveSL function ==== ==== somtokremove, somtokremoveSL function ====
  
Line 518: Line 511:
  
 Note: somtemitTypes version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink.  Note: somtemitTypes version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. 
- Optlink.  
 ==== somtfatal, somtfatalSL function ==== ==== somtfatal, somtfatalSL function ====
  
 <code c> <code c>
-SOMEXTERN void somtfatal(char *file, long lineno, char *fmt, ...);+SOMEXTERN void OPTLINK somtfatal(char *file, long lineno, char *fmt, ...); 
 +</code> 
 + 
 +Used by: IBM SOM 2.1 NT in SOMIPC.EXE 
 + 
 +<code c>
 SOMEXTERN void SOMLINK somtfatalSL(char *file, long lineno, char *fmt, ...); SOMEXTERN void SOMLINK somtfatalSL(char *file, long lineno, char *fmt, ...);
 </code> </code>
  
-Notesomtfatal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. +Used by 
 + 
 ==== somtinternal, somtinternalSL function ==== ==== somtinternal, somtinternalSL function ====
  
Line 536: Line 535:
 Note: somtinternal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink.  Note: somtinternal version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink. 
  
-==== somtmsg, somtmsgSL function ==== 
- 
-<code c> 
-SOMEXTERN void somtmsg(char *file, long lineno, char *fmt, ...); 
-SOMEXTERN void SOMLINK somtmsgSL(char *file, long lineno, char *fmt, ...); 
-</code> 
  
-Note: somtmsg version uses default compiler calling convention. For IBM SOM 3.0 for NT it is Optlink.  
 ==== somtreadDescFile, somtreadDescFileSL function ==== ==== somtreadDescFile, somtreadDescFileSL function ====