mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 12:40:11 +01:00
14 lines
176 B
C
14 lines
176 B
C
|
|
/*
|
||
|
|
* Basic Tests
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <assert.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <string.h>
|
||
|
|
#include "n-acd.h"
|
||
|
|
|
||
|
|
int main(int argc, char **argv) {
|
||
|
|
return 0;
|
||
|
|
}
|