Regenerado con scripts/actualizar-standalone.py: código del dominio al día, git-deps repineadas a v0.2.0 y doble-fuente resuelta con [patch] al source git. cargo check --workspace verde.
5 lines
95 B
C
5 lines
95 B
C
#include <gbm.h>
|
|
|
|
void test() {
|
|
gbm_bo_create_with_modifiers2(NULL, 0, 0, 0, NULL, 0, 0);
|
|
} |