<def f='src/src/sys/sys/exec.h' l='111' ll='116'/>
<size>32</size>
<doc f='src/src/sys/sys/exec.h' l='103'>/*
 * The following structure is found at the top of the user stack of each
 * user process. The ps program uses it to locate argv and environment
 * strings. Programs that wish ps to display other information may modify
 * it; normally ps_argvstr points to argv[0], and ps_nargvstr is the same
 * as the program&apos;s argc. The fields ps_envstr and ps_nenvstr are the
 * equivalent for the environment.
 */</doc>
<mbr r='ps_strings::ps_argvstr' o='0' t='char **'/>
<mbr r='ps_strings::ps_nargvstr' o='64' t='int'/>
<mbr r='ps_strings::ps_envstr' o='128' t='char **'/>
<mbr r='ps_strings::ps_nenvstr' o='192' t='int'/>
