File: fig10-out.html

package info (click to toggle)
lclint-doc 2.4b-2
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 2,360 kB
  • ctags: 2,164
  • sloc: ansic: 402; makefile: 122
file content (15 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h3>LCLint Output</h3>
<pre>
LCLint 2.2 --- 25 Aug 96

unique.c: (in function capitalize)
<A HREF="unique.c.html#line7" target="source">unique.c:7,11</A>: Parameter 1 (s) to function strcpy is
    declared unique but may be aliased externally by
    parameter 2 (t)
  A unique or only parameter may be aliased by some
  other parameter or visible global. (-mayaliasunique
  will suppress message)

Finished LCLint checking --- 1 code error found
</pre>
</html>