format comment using GNU-style
This commit is contained in:
parent
16dc3c95fb
commit
478e8b1569
|
@ -189,13 +189,10 @@ posify (char **here, const char *value)
|
||||||
MALLOC_CHECK;
|
MALLOC_CHECK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* Returns pointer to value associated with name, if any, else NULL.
|
||||||
* my_findenv --
|
Sets offset to be the offset of the name/value combination in the
|
||||||
* Returns pointer to value associated with name, if any, else NULL.
|
environment array, for use by setenv(3) and unsetenv(3).
|
||||||
* Sets offset to be the offset of the name/value combination in the
|
Explicitly removes '=' in argument name. */
|
||||||
* environment array, for use by setenv(3) and unsetenv(3).
|
|
||||||
* Explicitly removes '=' in argument name.
|
|
||||||
*/
|
|
||||||
|
|
||||||
static char * __stdcall
|
static char * __stdcall
|
||||||
my_findenv (const char *name, int *offset)
|
my_findenv (const char *name, int *offset)
|
||||||
|
|
Loading…
Reference in New Issue