Show difference between getprogname() and argv[0] in an example MFC: 2 weeks
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34779 Build 31828: arc lint + arc unit
Event Timeline
| lib/libc/gen/getprogname.3 | ||
|---|---|---|
| 97 | ||
| lib/libc/gen/getprogname.3 | ||
|---|---|---|
| 98 | Sorry, still doesn't look completely right, just trying to follow what style(9) says :) The function type should be on a line by itself preceding the function.
The opening brace of the function body should be on a line by itself.
static char *
function(int a1, int a2, float fl, int a4, struct bar *bar)
{ | |
| lib/libc/gen/getprogname.3 | ||
|---|---|---|
| 98 | Good catch, sorry for not hassle :) | |