Add VSCode settings

This commit is contained in:
Justine Tunney 2024-08-25 11:02:31 -07:00
parent bb06230f1e
commit 908b7a82ca
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 37 additions and 4 deletions

View file

@ -27,7 +27,7 @@
*
* @return null always
*/
void *dlopen(const char *, int) {
void *dlopen(const char *, int) {
return 0;
}