Show
Ignore:
Timestamp:
02/07/08 21:11:19 (10 months ago)
Author:
otter
Message:

Added 'annotation(Library="ModelicaExternalC")' to all 'external "C"' functions, as decided at the last design meeting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Modelica/Utilities/Files.mo

    r940 r1041  
    602602  output String fullName "Full path of 'name'"; 
    603603external "C" fullName = ModelicaInternal_fullPathName(name); 
    604   annotation (Documentation(info="<html> 
     604  annotation (Library="ModelicaExternalC",Documentation(info="<html> 
    605605<h4>Syntax</h4> 
    606606<blockquote><pre> 
     
    690690  output String fileName "Full path name of temporary file"; 
    691691  external "C" fileName=ModelicaInternal_temporaryFileName(0); 
    692   annotation (Documentation(info="<html> 
     692  annotation (Library="ModelicaExternalC",Documentation(info="<html> 
    693693<h4>Syntax</h4> 
    694694<blockquote><pre>