forked from KolibriOS/kolibrios
kolibri-libc:
- added qsort and assert - delete junk files - updated libc loader git-svn-id: svn://kolibrios.org@9013 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
int a=431;
|
||||
int b=532;
|
||||
|
||||
int main(){
|
||||
assert(a!=b);
|
||||
assert(a==b);
|
||||
}
|
Reference in New Issue
Block a user