This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
brkho
/
mesa
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sürümler
562
Wiki
Aktivite
Kaynağa Gözat
Add dummy list node type 'struct simple_node'
tags/mesa_7_6_rc1
Ian Romanick
16 yıl önce
ebeveyn
f37070bab6
işleme
f5a22721c5
1 değiştirilmiş dosya
ile
5 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
5
0
src/mesa/main/simple_list.h
+ 5
- 0
src/mesa/main/simple_list.h
Dosyayı Görüntüle
@@ -37,6 +37,11 @@
#ifndef _SIMPLE_LIST_H
#define _SIMPLE_LIST_H
struct simple_node {
struct simple_node *next;
struct simple_node *prev;
};
/**
* Remove an element from list.
*
Write
Preview
Loading…
İptal
Kaydet