https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 048d154c785685e37d388da1b9d870159459c584 authored by ffxbld on 04 August 2011, 09:25:21 UTC
Added tag FENNEC_6_0b5_BUILD1 for changeset 1e1def18cece. CLOSED TREE a=release
Tip revision: 048d154
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