Skip to content

<stdint.h> not found #153

Description

@yl12053

I've tried to use a source code with usage in stdint.h (or cstdint).
When I tried to run in JSCPP, it returns the following error:

Error: 2:1 cannot find library: stdint.h

I tried to use the following code also,

#include <stdint.h>
int main() {
    return 0;
}

It also return the following error:
Error: 1:1 cannot find library: stdint.h

As it is an standard library, and many code relys on it,
May I ask that if the support of cstdint is planned or there are ways to use stdint.h?
I'd be very apperciated for reply.

(p.s. please use Chinese to reply if possible, 'cause I am bad in English, I'd be very thankful on that)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions