#include <nnsys/g3d/util.h>
BOOL
NNS_G3dGetSbcCmdLen(
const u8* c
);
c | Pointer to the SBC command |
Returns the length of the SBC command.
Gets the length (in bytes) of the SBC command designated by c
. -1 is returned if c
designates something other than an SBC command.
2004/08/02 Initial version.
CONFIDENTIAL