sleep() #72
Answered
by
rumbledethumps
WojciechGw
asked this question in
Q&A
-
Is the sleep() function available? |
Beta Was this translation helpful? Give feedback.
Answered by
rumbledethumps
Jan 11, 2024
Replies: 2 comments 1 reply
-
I quickly tried sleep(5) in a hello-world in my cc65 environment; I included <unistd.h> header file. https://cc65.github.io/doc/funcref.html#ss3.246 Compiles ok; but linker ld65 doesn't find sleep(). So must not be in the standard library. I didn't look any further than that. Sorry I can't be of more help .... |
Beta Was this translation helpful? Give feedback.
0 replies
-
try this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WojciechGw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try this:
picocomputer/cc65@2138f3c
picocomputer/rp6502@8f02539