зеркало из https://github.com/mozilla/pjs.git
9 строки
110 B
C++
9 строки
110 B
C++
|
typedef int PRUint32;
|
||
|
typedef int PRInt32;
|
||
|
|
||
|
typedef PRUint32 nsresult;
|
||
|
|
||
|
nsresult foo(char *a) {
|
||
|
return 0;
|
||
|
}
|