Jump to content

NPSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== NPSZ ==
Near pointer to a null-terminated string
 
Near pointer to a null-terminated string.


=== Type ===
=== Type ===
  unsigned char  *NPSZ
  unsigned char  *NPSZ


==== C Declaration Method ====
==== C Declaration Method ====
typedef


typedef
[[Category:Data type]]

Latest revision as of 04:36, 21 March 2018

Near pointer to a null-terminated string

Type

unsigned char  *NPSZ

C Declaration Method

typedef