Show difference between getprogname() and argv[0] in an example MFC: 2 weeks
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 :) | |