Use [] instead of [0] in structures.
[ilari-esolangs.git] / lock.c
blobd55b06463420cac8daafacc8d535f7c486ffa523
1 #include "lock.h"
3 void mutex_lock(struct lock* lock)
7 void mutex_unlock(struct lock* lock)