()
| 205 | * e.g. "32" or "64" on Intel |
| 206 | */ |
| 207 | static public String getVariant() { |
| 208 | return getVariant(PApplet.platform, getNativeArch(), getNativeBits()); |
| 209 | } |
| 210 | |
| 211 | |
| 212 | static public String getVariant(int platform, String arch, int bits) { |
no test coverage detected