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