headers/bsd: Add sys/queue.h.
[haiku.git] / src / kits / debugger / source_language / c_family / CLanguage.cpp
bloba1acaaf481c46fcecb15e10b268c365c41ea91fc
1 /*
2 * Copyright 2013, Rene Gollent, rene@gollent.com.
3 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
4 * Distributed under the terms of the MIT License.
5 */
8 #include "CLanguage.h"
11 CLanguage::CLanguage()
16 CLanguage::~CLanguage()
21 const char*
22 CLanguage::Name() const
24 return "C";