added config
[nao-ulib.git] / src / sort.h
blobe6249ab56db1eee7cd567f7f4a37662275276814
1 /*
2 * nao-ulib
3 * Copyright (C) 2009 Daniel Borkmann <borkmann@gnumaniacs.org>
4 * Copyright (C) 2009 Thomas Reinhardt <treinhar@imn.htwk-leipzig.de>
5 * Copyright (C) 2009 Rico Tilgner <rtilgner@imn.htwk-leipzig.de>
6 * Subject to the GPL.
7 * Nao-Team HTWK,
8 * Faculty of Computer Science, Mathematics and Natural Sciences,
9 * Leipzig University of Applied Sciences (HTWK Leipzig)
12 #ifndef SORT_H
13 #define SORT_H
15 extern void sort(float *a, size_t n);
17 #endif /* SORT_H */