https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4471ec6759b3d45873e7150a1de991e87aa90849 authored by ffxbld on 02 May 2012, 02:47:22 UTC
Added FIREFOX_13_0b2_RELEASE FIREFOX_13_0b2_BUILD1 tag(s) for changeset 168f3814b32e. DONTBUILD CLOSED TREE a=release
Tip revision: 4471ec6
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