https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8b50dd080c0d5eb3fd2c788f5292fd211b649ff7 authored by ffxbld on 19 October 2011, 15:02:28 UTC
Added tag FIREFOX_8_0b4_BUILD1 for changeset 4019ff29ef09. CLOSED TREE a=release
Tip revision: 8b50dd0
e11.cpp
typedef int PRUint32;
typedef int PRInt32;

typedef PRUint32 nsresult;
typedef short PRUnichar;

nsresult bar(PRUnichar **a, int q);

nsresult foo(PRUnichar **a) {
  return bar(a, 0);
}
back to top