Messages per Month
| Subject: | Phoneme Advanced Questions | |
|---|---|---|
| From: | phon...@mobileandembedded.org (phon...@mobileandembedded.org) | |
| Date: | Aug 16, 2007 3:05:21 am | |
| List: | net.java.dev.phoneme.advanced | |
Hi, Everyone:
There are the following C Language codes in the PhoneMe Advanced Vision. But
i did
not understand the mean of "&&". Please teach me. thanks a lot.
the Code:
enum CVMOpcode { opc_nop = 0, ... };
#define opc_0 opc_nop ...
const static void* const opclabels_data[256] = { &&opc_0, ... };
const void* const *opclabels = &opclabels_data[0]; [Message sent by forum member 'fivecat' (fivecat)]





